Searched refs:inifp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c646 struct ifnet *inifp) /* incoming interface */
686 if (sc && (ifnet_flags(sc->sc_if) & IFF_LINK2) == 0 && inifp) {
697 if (rt == NULL || rt->rt_ifp != inifp) {
720 struct ifnet *inifp) /* incoming interface */
726 return stf_checkaddr4(sc, GET_V4(in6), inifp);
643 stf_checkaddr4( struct stf_softc *sc, const struct in_addr *in, struct ifnet *inifp) argument
717 stf_checkaddr6( struct stf_softc *sc, struct in6_addr *in6, struct ifnet *inifp) argument
H A Dif_bridge.c5108 struct ifnet *inifp = m->m_pkthdr.rcvif; local
5114 in6_ifstat_inc(inifp, ifs6_in_hdrerr);
5118 struct ifnet *inifp = m->m_pkthdr.rcvif; local
5121 in6_ifstat_inc(inifp, ifs6_in_hdrerr);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c620 struct ifnet *inifp; local
621 inifp = m->m_pkthdr.rcvif;
624 in6_ifstat_inc(inifp, ifs6_in_hdrerr);

Completed in 29 milliseconds