Searched refs:bifp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c2082 struct ifnet *ifs = bif->bif_ifp, *bifp = sc->sc_ifp; local
2173 (error = ifnet_set_lladdr(bifp, eaddr, ETHER_ADDR_LEN)) != 0)
2177 bridge_link_event(bifp, event_code);
2218 struct ifnet *ifs, *bifp = sc->sc_ifp; local
2376 (error = ifnet_set_lladdr(bifp, eaddr, ETHER_ADDR_LEN)) != 0)
2380 bridge_link_event(bifp, event_code);
4148 struct ifnet *bifp; local
4171 bifp = sc->sc_ifp;
4181 if ((bifp->if_flags & IFF_MONITOR) != 0) {
4182 m->m_pkthdr.rcvif = bifp;
5278 bridge_pfil(struct mbuf **mp, struct ifnet *bifp, struct ifnet *ifp, int dir) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6.c3170 struct ifnet *bifp = ifa_best->ia_ifp; local
3172 if (bifp == oifp && ifp != oifp) { /* (1) */
3176 if (bifp != oifp && ifp == oifp) /* (2) */
3180 * Both bifp and ifp are on the outgoing

Completed in 158 milliseconds