Home
last modified time | relevance | path

Searched refs:if_check_netagent (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dif_var_private.h1764 __private_extern__ boolean_t if_check_netagent(struct ifnet *, uuid_t);
H A Dif_utun.c2715 *(int *)data = if_check_netagent(pcb->utun_ifp, pcb->utun_nx.fsw_agent); in utun_ctl_getopt()
H A Dif_ipsec.c3521 *(int *)data = if_check_netagent(pcb->ipsec_ifp, pcb->ipsec_nx.fsw_agent); in ipsec_ctl_getopt()
H A Dif.c2323 if_check_netagent(struct ifnet *ifp, uuid_t find_agent_uuid) in if_check_netagent() function