Searched refs:SO_OOBINLINE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h188 #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1956 (so->so_options & SO_OOBINLINE) == 0 &&
2399 (so->so_options & SO_OOBINLINE) != 0 &&
3042 case SO_OOBINLINE:
3500 case SO_OOBINLINE:
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c827 so->so_options & SO_OOBINLINE ||
H A Dtcp_input.c3666 #if SO_OOBINLINE
3667 && (so->so_options & SO_OOBINLINE) == 0

Completed in 43 milliseconds