Searched refs:SONPX_SETOPTSHUT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h372 #define SONPX_SETOPTSHUT 0x000000001 /* flag for allowing setsockopt after shutdown */ macro
376 #define SONPX_MASK_VALID (SONPX_SETOPTSHUT)
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3253 if ((sonpx.npx_mask & SONPX_SETOPTSHUT)) {
3254 if ((sonpx.npx_flags & SONPX_SETOPTSHUT))
3632 sonpx.npx_flags = (so->so_flags & SOF_NPX_SETOPTSHUT) ? SONPX_SETOPTSHUT : 0;

Completed in 15 milliseconds