Searched refs:mifp (Results 1 – 3 of 3) sorted by relevance
120 struct ifnet *mifp; in ether_inet6_input() local128 mifp = mbuf_pkthdr_rcvif(packet); in ether_inet6_input()133 nd6_llreach_set_reachable(mifp, eh->ether_shost, in ether_inet6_input()
186 struct ifnet *mifp; in ether_inet_input() local195 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()
2071 struct ifnet *mifp; in inp_lookup_mcast_ifp() local2073 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()