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

/macosx-10.5.8/xnu-1228.15.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));
411 struct ifnet *rif, struct ifnet *oif, int off, int nxt)
515 if (oif)
517 name, action, proto, if_name(oif));
534 * oif Outgoing interface, or NULL if packet is incoming
552 struct ifnet *oif, u_int16_t *cookie, struct mbuf **m)
591 if (oif) {
620 struct ifnet *const iface = oif ? oif
410 ip6fw_report(struct ip6_fw *f, struct ip6_hdr *ip6, struct ifnet *rif, struct ifnet *oif, int off, int nxt) argument
551 ip6_fw_chk(struct ip6_hdr **pip6, struct ifnet *oif, u_int16_t *cookie, struct mbuf **m) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.c561 struct mbuf *m, struct ifnet *oif)
728 if (oif || m->m_pkthdr.rcvif)
733 action, proto, oif ? "out" : "in",
734 oif ? oif->if_name : m->m_pkthdr.rcvif->if_name,
735 oif ? oif->if_unit : m->m_pkthdr.rcvif->if_unit,
1394 * args->oif Outgoing interface, or NULL if packet is incoming.
1447 * oif | args->oif I
560 ipfw_log(struct ip_fw *f, u_int hlen, struct ether_header *eh, struct mbuf *m, struct ifnet *oif) argument
1452 struct ifnet *oif = args->oif; local
[all...]
H A Dip_fw2.h448 struct ifnet *oif; /* output interface */ member in struct:ip_fw_args
H A Dip_dummynet.c1241 pkt->ifp = fwa->oif;
H A Dip_input.c555 args.oif = NULL;
H A Dip_output.c1085 args.oif = ifp;

Completed in 40 milliseconds