Searched refs:MSG_OOB (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1425 if (flags & MSG_OOB)
1535 if (so->so_type != SOCK_STREAM && (flags & MSG_OOB) != 0) {
1571 space = sbspace(&so->so_snd) - clen + ((flags & MSG_OOB) ?
1784 sendflags = (flags & MSG_OOB) ? PRUS_OOB :
1801 (sendflags & MSG_OOB) ? sock_data_filt_flag_oob : 0);
1954 if ((flags & MSG_OOB) ||
1990 *flagsp |= MSG_OOB;
2368 flags |= MSG_OOB;
2395 * Make sure to allways set MSG_OOB event when getting
2401 flags |= MSG_OOB;
[all...]
H A Dkpi_socketfilter.c1373 if (flags & sock_data_filt_flag_oob) sosendflags = MSG_OOB;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h731 #define MSG_OOB 0x1 /* process out-of-band data */ macro

Completed in 29 milliseconds