Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dether_inet6_pr_module.c120 struct ifnet *mifp; in ether_inet6_input() local
128 mifp = mbuf_pkthdr_rcvif(packet); in ether_inet6_input()
133 nd6_llreach_set_reachable(mifp, eh->ether_shost, in ether_inet6_input()
H A Dether_inet_pr_module.c186 struct ifnet *mifp; in ether_inet_input() local
195 mifp = mbuf_pkthdr_rcvif(m); in ether_inet_input()
210 arp_llreach_set_reachable(mifp, eh->ether_shost, in ether_inet_input()
220 ether_inet_arp_input(mifp, m); in ether_inet_input()
/xnu-12377.1.9/bsd/netinet/
H A Din_mcast.c2071 struct ifnet *mifp; in inp_lookup_mcast_ifp() local
2073 mifp = NULL; in inp_lookup_mcast_ifp()
2077 mifp = ia->ia_ifp; in inp_lookup_mcast_ifp()
2079 if (!(mifp->if_flags & IFF_LOOPBACK) && in inp_lookup_mcast_ifp()
2080 (mifp->if_flags & IFF_MULTICAST)) { in inp_lookup_mcast_ifp()
2081 ifp = mifp; in inp_lookup_mcast_ifp()