Home
last modified time | relevance | path

Searched refs:sctp_bits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h806 } sctp_bits; member
823 #define sctp_lingering sctp_bits.sctp_lingering
824 #define sctp_loopback sctp_bits.sctp_loopback
827 #define sctp_hwcksum sctp_bits.sctp_hwcksum
830 #define sctp_cansleep sctp_bits.sctp_cansleep
831 #define sctp_detached sctp_bits.sctp_detached
834 #define sctp_ndelay sctp_bits.sctp_ndelay
835 #define sctp_condemned sctp_bits.sctp_condemned
838 #define sctp_linklocal sctp_bits.sctp_linklocal
841 #define sctp_txq_full sctp_bits.sctp_txq_full
[all …]
H A Dsctp.c726 bzero(&sctp->sctp_bits, sizeof (sctp->sctp_bits)); in sctp_free()