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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_compat.h278 # define GETUNIT(n) ifunit((n), IFNAMSIZ)
282 # define GETUNIT(n) ifunit((n))
H A Dkpi_ipfilter.c232 m->m_pkthdr.rcvif = ifunit("lo0");
H A Dip_divert.c349 m->m_pkthdr.rcvif = ifunit(sin->sin_zero);
H A Dip_output.c1234 m->m_pkthdr.rcvif = ifunit("lo0");
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c296 if (ifunit(name) != NULL)
370 ifp = ifunit(name);
1077 ifunit(const char *name) function
1137 * ifunit wants a null-terminated name. It may not be null-terminated
1145 return ifunit(ifname);
1201 ifp = ifunit(ifr->ifr_name);
H A Dif_var.h653 struct ifnet *ifunit(const char *);
H A Dbpf.c1110 ifp = ifunit(((struct ifreq *)addr)->ifr_name);
H A Dif_vlan.c1666 p = ifunit(vlr.vlr_parent);
H A Dif_bond.c966 /* XXX ifunit() needs to return a reference on the ifp */
967 ifp = ifunit(ifname);
2839 /* XXX ifunit() needs to return a reference on the ifp */
2840 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c598 ifp = ifunit((char *)rootdevice);

Completed in 68 milliseconds