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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c194 struct ifnet *rif, struct ifnet *oif, int off, int nxt));
418 struct ifnet *rif, struct ifnet *oif, int off, int nxt)
525 else if (rif)
527 name, action, proto, if_name(rif));
564 struct ifnet *const rif = ((*m)->m_flags & M_LOOP) ? lo_ifp : (*m)->m_pkthdr.rcvif; local
628 struct ifnet *const iface = oif ? oif : rif;
637 && (!rif || !iface_match(rif,
751 ip6fw_report(NULL, ip6, rif, oif, off, nxt);
774 ip6fw_report(f, ip6, rif, oi
417 ip6fw_report(struct ip6_fw *f, struct ip6_hdr *ip6, struct ifnet *rif, struct ifnet *oif, int off, int nxt) argument
[all...]

Completed in 17 milliseconds