Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_socket.c1453 if (flags & MSG_OOB)
1500 (flags & MSG_OOB) ? PRUS_OOB :
1653 if (flags & MSG_OOB)
1739 pru_flag = (flags & MSG_OOB) ? PRUS_OOB :
1838 KASSERT(flags & MSG_OOB, ("soreceive_rcvoob: (flags & MSG_OOB) == 0"));
1928 if (flags & MSG_OOB)
2145 flags |= MSG_OOB;
2411 if (flags & MSG_OOB)
2640 if (mp0 != NULL || (flags & MSG_PEEK) || (flags & MSG_OOB))
/f-stack/tools/compat/include/sys/
H A Dsocket.h436 #define MSG_OOB 0x00000001 /* process out-of-band data */ macro
/f-stack/freebsd/sys/
H A Dsocket.h442 #define MSG_OOB 0x00000001 /* process out-of-band data */ macro
/f-stack/freebsd/netinet/
H A Dsctputil.c5507 if (in_flags & MSG_OOB) { in sctp_sorecvmsg()