Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif.c610 ifp = ifunit_ref(name); in if_clone_destroy()
1696 ifunit_ref(const char *name) in ifunit_ref() function
3092 ifp = ifunit_ref(ifname); in ifioctl()
3098 ifp = ifunit_ref(ifname); in ifioctl()
3104 ifp = ifunit_ref(ifname); in ifioctl()
3112 ifp = ifunit_ref(ifname); in ifioctl()
3119 ifp = ifunit_ref(ifname); in ifioctl()
3126 ifp = ifunit_ref(ifname); in ifioctl()
3133 ifp = ifunit_ref(ifname); in ifioctl()
3140 ifp = ifunit_ref(ifname); in ifioctl()
[all …]
H A Dif_var.h1799 extern struct ifnet *ifunit_ref(const char *);
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1322 } else if ((ifp = ifunit_ref(nsr->nsr_name)) == NULL) { in nx_netif_ctl_attach()