Home
last modified time | relevance | path

Searched refs:so_ifdenied_notifies (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h317 u_int32_t so_ifdenied_notifies; /* # of notifications generated */ member
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c2748 if (++so->so_ifdenied_notifies > 1) { in soevent_ifdenied()
2764 " [delegated]" : ""), so->so_ifdenied_notifies); in soevent_ifdenied()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c3852 so->so_ifdenied_notifies = 0; in inp_update_cellular_policy()