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

/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/bsd/net/
H A Dif.c453 if (ifunit(name) != NULL)
528 ifp = ifunit(name);
1377 ifunit(const char *name) function
1437 * ifunit wants a null-terminated name. It may not be null-terminated
1445 return (ifunit(ifname));
1570 ifp = ifunit(ifname);
1578 ifp = ifunit(ifname);
1585 ifp = ifunit(ifname);
1594 ifp = ifunit(ifname);
1607 ifp = ifunit(if
[all...]
H A Dif_var.h912 extern struct ifnet *ifunit(const char *);
H A Dif_bridge.c1893 ifs = ifunit(req->ifbr_ifsname);
2571 ifs = ifunit(req->ifbr_ifsname);
2612 ifs = ifunit(req->ifbr_ifsname);
H A Dpf_ioctl.c1065 if ((ifp = ifunit(altq->ifname)) == NULL)
1107 if ((ifp = ifunit(altq->ifname)) == NULL)
1975 ifp = ifunit(ps.ifname);
H A Dbpf.c1378 ifp = ifunit(ifr.ifr_name);
H A Dif_vlan.c1881 p = ifunit(vlr.vlr_parent);
H A Dif_bond.c935 ifp = ifunit(ifname);
2803 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h278 # define GETUNIT(n) ifunit((n), IFNAMSIZ)
282 # define GETUNIT(n) ifunit((n))
H A Dip_divert.c355 m->m_pkthdr.rcvif = ifunit(sin->sin_zero);
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c596 ifp = ifunit((char *)rootdevice);
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save668 return (int)ifunit(name);

Completed in 107 milliseconds