Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_var.h2145 __private_extern__ boolean_t if_check_netagent(struct ifnet *, uuid_t);
H A Dif_utun.c2430 *(int *)data = if_check_netagent(pcb->utun_ifp, pcb->utun_nx.fsw_agent); in utun_ctl_getopt()
H A Dif_ipsec.c3597 *(int *)data = if_check_netagent(pcb->ipsec_ifp, pcb->ipsec_nx.fsw_agent); in ipsec_ctl_getopt()
H A Dif.c2194 if_check_netagent(struct ifnet *ifp, uuid_t find_agent_uuid) in if_check_netagent() function