Home
last modified time | relevance | path

Searched refs:SO_RESTRICT_DENY_CELLULAR (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h103 #define SO_RESTRICT_DENY_CELLULAR 0x4 /* deny use of cellular (trapdoor) */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp.c1405 (mp_so->so_restrictions & SO_RESTRICT_DENY_CELLULAR)) { in mptcp_session_necp_cb()
1528 (mp_so->so_restrictions & SO_RESTRICT_DENY_CELLULAR)) { in mptcp_set_restrictions()
H A Dip_output.c2650 SO_RESTRICT_DENY_CELLULAR); in ip_ctloutput()
H A Din_pcb.c3285 if (so != NULL && !(so->so_restrictions & SO_RESTRICT_DENY_CELLULAR)) { in inp_clear_nocellular()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c7834 nocell_old = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()
7838 SO_RESTRICT_DENY_OUT | SO_RESTRICT_DENY_CELLULAR | in so_set_restrictions()
7840 nocell_new = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()
7878 SO_RESTRICT_DENY_CELLULAR | SO_RESTRICT_DENY_EXPENSIVE); in so_get_restrictions()
H A Duipc_socket2.c2719 !(so->so_restrictions & SO_RESTRICT_DENY_CELLULAR) && in soevent()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2894 SO_RESTRICT_DENY_CELLULAR); in ip6_ctloutput()