Searched defs:sctp_bits (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h773 /* structs sctp_bits, sctp_events are for clearing all bits at once */
806 } sctp_bits; member in struct:sctp_s
820 #define sctp_priv_stream sctp_bits.sctp_priv_stream
821 #define sctp_understands_asconf sctp_bits.sctp_understands_asconf
822 #define sctp_cchunk_pend sctp_bits.sctp_cchunk_pend
823 #define sctp_lingering sctp_bits.sctp_lingering
824 #define sctp_loopback sctp_bits.sctp_loopback
825 #define sctp_force_sack sctp_bits.sctp_force_sack
826 #define sctp_ack_timer_running sctp_bits.sctp_ack_timer_running
827 #define sctp_hwcksum sctp_bits
[all...]

Completed in 107 milliseconds