Searched refs:ifunit (Results 1 - 16 of 16) sorted by relevance

/xnu-2422.115.4/bsd/net/altq/
H A Daltq_fairq.c127 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL)
146 if ((ifp = ifunit(a->ifname)) == NULL)
H A Daltq_priq.c94 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL)
113 if ((ifp = ifunit(a->ifname)) == NULL)
H A Daltq_qfq.c65 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL)
84 if ((ifp = ifunit(a->ifname)) == NULL)
H A Daltq_cbq.c94 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL)
113 if ((ifp = ifunit(a->ifname)) == NULL)
H A Daltq_hfsc.c96 if ((ifp = ifunit(a->ifname)) == NULL || a->altq_disc == NULL)
115 if ((ifp = ifunit(a->ifname)) == NULL)
H A Daltq_subr.c101 if ((ifp = ifunit(name)) != NULL) {
468 if ((ifp = ifunit(a->ifname)) == NULL)
/xnu-2422.115.4/bsd/net/
H A Dif.c466 if (ifunit(name) != NULL)
541 ifp = ifunit(name);
1358 ifunit(const char *name) function
1418 * ifunit wants a null-terminated name. It may not be null-terminated
1426 return (ifunit(ifname));
1809 ifp = ifunit(ifname);
1816 ifp = ifunit(ifname);
1822 ifp = ifunit(ifname);
1830 ifp = ifunit(ifname);
1843 ifp = ifunit(ifnam
[all...]
H A Dbpf.c1427 ifp = ifunit(ifr.ifr_name);
1622 ifp = ifunit(ifr.ifr_name);
H A Dif_var.h1020 extern struct ifnet *ifunit(const char *);
H A Dif_bridge.c2186 ifs = ifunit(req->ifbr_ifsname);
2898 ifs = ifunit(req->ifbr_ifsname);
2941 ifs = ifunit(req->ifbr_ifsname);
H A Dpf_ioctl.c1068 if ((ifp = ifunit(altq->ifname)) == NULL)
1110 if ((ifp = ifunit(altq->ifname)) == NULL)
1988 ifp = ifunit(ps.ifname);
H A Dif_vlan.c1884 p = ifunit(vlr.vlr_parent);
H A Dif_bond.c935 ifp = ifunit(ifname);
2806 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name);
/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h278 # define GETUNIT(n) ifunit((n), IFNAMSIZ)
282 # define GETUNIT(n) ifunit((n))
H A Dip_divert.c367 m->m_pkthdr.rcvif = ifunit(sin->sin_zero);
/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c593 ifp = ifunit((char *)rootdevice);

Completed in 84 milliseconds