HomeSort by relevance Sort by last modified time
    Searched defs:sctp_options (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_conn.c 64 uint_t sctp_options; local
83 &sctp_options);
93 if ((sctp_options & SCTP_PRSCTP_OPTION) &&
sctp_cookie.c 160 mblk_t **errmp, int *supp_af, uint_t *sctp_options, ip_recv_attr_t *ira)
177 if (sctp_options != NULL)
178 *sctp_options = 0;
217 if (sctp_options != NULL)
218 *sctp_options |= SCTP_PRSCTP_OPTION;
487 uint_t sctp_options; local
521 &supp_af, &sctp_options, ira) == 0) {
575 if (((sctp_options & SCTP_PRSCTP_OPTION) || initcollision) &&
709 if (((sctp_options & SCTP_PRSCTP_OPTION) || initcollision) &&
931 uint_t sctp_options; local
    [all...]

Completed in 1620 milliseconds