Home
last modified time | relevance | path

Searched refs:SO_RESTRICT_DENY_OUT (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h102 #define SO_RESTRICT_DENY_OUT 0x2 /* deny outbound (trapdoor) */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c1525 if ((so->so_restrictions & SO_RESTRICT_DENY_OUT) != 0) { in soconnectlock()
1662 if ((so->so_restrictions & SO_RESTRICT_DENY_OUT) != 0) { in soconnectxlocked()
7838 SO_RESTRICT_DENY_OUT | SO_RESTRICT_DENY_CELLULAR | in so_set_restrictions()
7877 SO_RESTRICT_DENY_OUT | in so_get_restrictions()