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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c639 so->so_flags |= SOF_NODEFUNCT;
3323 * SOF_NODEFUNCT), but only root can clear
3324 * SO_DEFUNCTOK (set SOF_NODEFUNCT).
3332 so->so_flags &= ~SOF_NODEFUNCT;
3334 so->so_flags |= SOF_NODEFUNCT;
3340 (so->so_flags & SOF_NODEFUNCT) ? "not " : ""));
3660 optval = !(so->so_flags & SOF_NODEFUNCT);
4341 if (so->so_flags & SOF_NODEFUNCT) {
4350 so->so_flags &= ~SOF_NODEFUNCT;
H A Duipc_socket2.c320 SOF_NODEFUNCT |
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h249 #define SOF_NODEFUNCT 0x8000 /* socket cannot be defunct'd */ macro

Completed in 20 milliseconds