Searched refs:oifp (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/netinet6/ |
| D | raw_ip6.c | 370 struct ifnet *oifp = NULL; in rip6_output() local 427 if (in6_embedscope(&ip6->ip6_dst, dstsock, in6p, &oifp) != 0) { in rip6_output() 448 oifp = ifindex2ifnet[in6p->in6p_route.ro_rt->rt_ifp->if_index]; in rip6_output() 459 ip6->ip6_hlim = in6_selecthlim(in6p, oifp); in rip6_output() 495 in6p->in6p_moptions, &oifp); in rip6_output() 497 if (oifp) in rip6_output() 498 icmp6_ifoutstat_inc(oifp, type, code); in rip6_output()
|
| D | in6.c | 2274 in6_ifawithscope(oifp, dst) in in6_ifawithscope() argument 2275 struct ifnet *oifp; in in6_ifawithscope() 2284 if (oifp == NULL) { 2300 if (in6_addr2scopeid(ifp, dst) != in6_addr2scopeid(oifp, dst)) 2456 if (oifp == ifp) /* (1) */ 2486 if (oifp == ifp) /* (a) */ 2502 if (oifp == ifa_best->ia_ifp)
|
| /mirbsd/src/sys/net/ |
| D | pf.c | 4787 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route() argument 4802 (dir != PF_IN && dir != PF_OUT) || oifp == NULL) in pf_route() 4878 if (oifp != ifp) { in pf_route() 4984 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument 4999 (dir != PF_IN && dir != PF_OUT) || oifp == NULL) in pf_route6() 5071 if (oifp != ifp) { in pf_route6()
|