Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dsocket.h613 #define MSG_OOB 0x1 /* process out-of-band data */ macro
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c1936 if (flags & MSG_OOB) { in sosendcheck()
2101 if (so->so_type != SOCK_STREAM && (flags & MSG_OOB) != 0) { in sosend()
2146 space += ((flags & MSG_OOB) ? 1024 : 0); in sosend()
2405 sendflags = (flags & MSG_OOB) ? PRUS_OOB : in sosend()
2417 &control, (sendflags & MSG_OOB) ? in sosend()
3291 if ((flags & MSG_OOB) || in soreceive()
3329 *flagsp |= MSG_OOB; in soreceive()
3559 flags |= MSG_OOB; in soreceive()
3598 flags |= MSG_OOB; in soreceive()
H A Dkpi_socketfilter.c1660 sosendflags = MSG_OOB; in sock_inject_data_out()
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1265 if (flags & (MSG_OOB | MSG_DONTROUTE)) { in mptcp_usr_sosend()
H A Dmptcp_subr.c2055 if (flags & (MSG_PEEK | MSG_OOB | MSG_NEEDSA | MSG_WAITALL | MSG_WAITSTREAM)) { in mptcp_subflow_soreceive()
/xnu-12377.1.9/bsd/net/
H A Dcontent_filter.c5308 if ((flags & MSG_OOB)) { in cfil_sock_data_out()