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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c266 so->so_flags |= SOF_NOSIGPIPE | SOF_NPX_SETOPTSHUT;
H A Duipc_socket.c2994 (so->so_flags & SOF_NPX_SETOPTSHUT) == 0) {
3255 so->so_flags |= SOF_NPX_SETOPTSHUT;
3257 so->so_flags &= ~SOF_NPX_SETOPTSHUT;
3632 sonpx.npx_flags = (so->so_flags & SOF_NPX_SETOPTSHUT) ? SONPX_SETOPTSHUT : 0;
H A Duipc_socket2.c319 SOF_NPX_SETOPTSHUT |
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h247 #define SOF_NPX_SETOPTSHUT 0x2000 /* Non POSIX extension to allow setsockopt(2) after shut down */ macro

Completed in 73 milliseconds