Home
last modified time | relevance | path

Searched refs:SCTP_SO_IS_NBIO (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_os_bsd.h359 #define SCTP_SO_IS_NBIO(so) ((so)->so_state & SS_NBIO) macro
H A Dsctputil.c5577 SCTP_SO_IS_NBIO(so)) { in sctp_sorecvmsg()
H A Dsctp_output.c13039 if (SCTP_SO_IS_NBIO(so) || (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in sctp_lower_sosend()