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

/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.c194 struct ifnet *rif, struct ifnet *oif, int off, int nxt));
197 struct ifnet *oif, u_int16_t *cookie, struct mbuf **m));
418 struct ifnet *rif, struct ifnet *oif, int off, int nxt)
522 if (oif)
524 name, action, proto, if_name(oif));
541 * oif Outgoing interface, or NULL if packet is incoming
559 struct ifnet *oif, u_int16_t *cookie, struct mbuf **m)
598 if (oif) {
627 struct ifnet *const iface = oif ? oif
417 ip6fw_report(struct ip6_fw *f, struct ip6_hdr *ip6, struct ifnet *rif, struct ifnet *oif, int off, int nxt) argument
558 ip6_fw_chk(struct ip6_hdr **pip6, struct ifnet *oif, u_int16_t *cookie, struct mbuf **m) argument
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c1138 struct mbuf *m, struct ifnet *oif)
1305 if (oif || m->m_pkthdr.rcvif)
1310 action, proto, oif ? "out" : "in",
1311 oif ? oif->if_name : m->m_pkthdr.rcvif->if_name,
1312 oif ? oif->if_unit : m->m_pkthdr.rcvif->if_unit,
2028 * oif | args->fwa_oif If NULL, ipfw_chk has been called on the
2033 struct ifnet *oif = args->fwa_oif; local
2301 pcb = (oif)
1137 ipfw_log(struct ip_fw *f, u_int hlen, struct ether_header *eh, struct mbuf *m, struct ifnet *oif) argument
[all...]
/xnu-2422.115.4/bsd/net/
H A Dif_bridge.c5238 args.oif = ifp;
5260 args.oif = ifp;

Completed in 42 milliseconds