Searched refs:SCTP_CLEAR_SO_NBIO (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ | ||
H A D | sctp_os_bsd.h | 361 #define SCTP_CLEAR_SO_NBIO(so) ((so)->so_state &= ~SS_NBIO) macro |
H A D | sctp_pcb.c | 2335 SCTP_CLEAR_SO_NBIO(so); in sctp_inpcb_alloc() |