Home
last modified time | relevance | path

Searched refs:SCTP_PRSCTP_OPTION (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_init.c96 case SCTP_PRSCTP_OPTION: in sctp_options_param_len()
113 case SCTP_PRSCTP_OPTION: in sctp_options_param()
169 initlen += sctp_options_param_len(sctp, SCTP_PRSCTP_OPTION); in sctp_init_mp()
219 p += sctp_options_param(sctp, p, SCTP_PRSCTP_OPTION); in sctp_init_mp()
H A Dsctp_cookie.c217 *sctp_options |= SCTP_PRSCTP_OPTION; in validate_init_params()
581 if (((sctp_options & SCTP_PRSCTP_OPTION) || initcollision) && in sctp_send_initack()
583 iacklen += sctp_options_param_len(sctp, SCTP_PRSCTP_OPTION); in sctp_send_initack()
722 if (((sctp_options & SCTP_PRSCTP_OPTION) || initcollision) && in sctp_send_initack()
724 p += sctp_options_param(sctp, p, SCTP_PRSCTP_OPTION); in sctp_send_initack()
1084 if (!(sctp_options & SCTP_PRSCTP_OPTION) && sctp->sctp_prsctp_aware) in sctp_send_cookie_echo()
H A Dsctp_conn.c92 if ((sctp_options & SCTP_PRSCTP_OPTION) && in sctp_accept_comm()
H A Dsctp_impl.h436 #define SCTP_PRSCTP_OPTION 0x01 macro
H A Dsctp_common.c1452 *sctp_options |= SCTP_PRSCTP_OPTION; in sctp_get_addrparams()