Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif.c609 ifp = ifunit_ref(name); in if_clone_destroy()
1699 ifunit_ref(const char *name) in ifunit_ref() function
3095 ifp = ifunit_ref(ifname); in ifioctl()
3101 ifp = ifunit_ref(ifname); in ifioctl()
3107 ifp = ifunit_ref(ifname); in ifioctl()
3115 ifp = ifunit_ref(ifname); in ifioctl()
3122 ifp = ifunit_ref(ifname); in ifioctl()
3129 ifp = ifunit_ref(ifname); in ifioctl()
3136 ifp = ifunit_ref(ifname); in ifioctl()
3143 ifp = ifunit_ref(ifname); in ifioctl()
[all …]
H A Dif_var.h1799 extern struct ifnet *ifunit_ref(const char *);
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1322 } else if ((ifp = ifunit_ref(nsr->nsr_name)) == NULL) { in nx_netif_ctl_attach()