Home
last modified time | relevance | path

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

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