Searched refs:sctp_options (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 159 mblk_t **errmp, int *supp_af, uint_t *sctp_options, ip_recv_attr_t *ira) 176 if (sctp_options != NULL) 177 *sctp_options = 0; 216 if (sctp_options != NULL) 217 *sctp_options |= SCTP_PRSCTP_OPTION; 493 uint_t sctp_options; local 527 &supp_af, &sctp_options, ira) == 0) { 581 if (((sctp_options & SCTP_PRSCTP_OPTION) || initcollision) && 722 if (((sctp_options & SCTP_PRSCTP_OPTION) || initcollision) && 944 uint_t sctp_options; local 157 validate_init_params(sctp_t *sctp, sctp_chunk_hdr_t *ch, sctp_init_chunk_t *init, mblk_t *inmp, sctp_parm_hdr_t **want_cookie, mblk_t **errmp, int *supp_af, uint_t *sctp_options, ip_recv_attr_t *ira) argument [all...] |
H A D | sctp_conn.c | 63 uint_t sctp_options; local 82 &sctp_options); 92 if ((sctp_options & SCTP_PRSCTP_OPTION) &&
|
H A D | sctp_common.c | 1255 sctp_chunk_hdr_t *ich, uint_t *sctp_options) 1273 if (sctp_options != NULL) 1274 *sctp_options = 0; 1449 if (sctp_options != NULL) 1450 *sctp_options |= SCTP_PRSCTP_OPTION; 1254 sctp_get_addrparams(sctp_t *sctp, sctp_t *psctp, mblk_t *pkt, sctp_chunk_hdr_t *ich, uint_t *sctp_options) argument
|
Completed in 50 milliseconds