Home
last modified time | relevance | path

Searched refs:RT_RESOLVE (Results 1 – 16 of 16) sorted by relevance

/openbsd/sys/netmpls/
H A Dmpls_input.c167 rt = rtalloc(smplstosa(smpls), RT_RESOLVE, m->m_pkthdr.ph_rtableid); in mpls_input()
391 rt = rtalloc(smplstosa(smpls), RT_RESOLVE, 0); in mpls_do_error()
/openbsd/sys/net/
H A Droute.h453 #define RT_RESOLVE 1 macro
H A Dif_mpe.c181 rt = rtalloc(sa, RT_RESOLVE, sc->sc_rdomain); in mpe_start()
H A Droute.c357 if (ISSET(rt->rt_flags, RTF_CLONING) && ISSET(flags, RT_RESOLVE)) in rt_match()
476 return (rt_match(dst, src, RT_RESOLVE, rtableid)); in rtalloc_mpath()
506 nhrt = rt_match(gate, NULL, RT_RESOLVE, rdomain); in rt_setgwroute()
H A Dif_mpip.c680 rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain); in mpip_start()
H A Dif_mpw.c662 rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain); in mpw_start()
H A Drtsock.c1259 rt = rtalloc(gateway, RT_RESOLVE, rtable_l2(rtableid)); in ifa_ifwithroute()
H A Dpf.c6556 rt = rtalloc(sstosa(&ss), RT_RESOLVE, rtableid); in pf_rtlabel_match()
/openbsd/sys/netinet/
H A Dip_icmp.c740 rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid); in icmp_reflect()
942 rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid); in icmp_mtudisc_clone()
H A Dip_output.c564 ro->ro_rt = rtalloc(&ro->ro_dstsa, RT_RESOLVE, in ip_output_ipsec_pmtu_update()
1364 rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid); in ip_multicast_if()
H A Dip_input.c1278 rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid); in ip_dooptions()
1323 rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid); in ip_dooptions()
H A Dif_ether.c781 flags = (create) ? RT_RESOLVE : 0; in arplookup()
/openbsd/sys/netinet6/
H A Dnd6_nbr.c463 rt = rtalloc(sin6tosa(&dst_sa), RT_RESOLVE, in nd6_ns_output()
962 rt = rtalloc(sin6tosa(&dst_sa), RT_RESOLVE, ifp->if_rdomain); in nd6_na_output()
H A Dicmp6.c1156 rt = rtalloc(sa, RT_RESOLVE, rtableid); in icmp6_reflect()
1786 rt = rtalloc(sin6tosa(dst), RT_RESOLVE, rtableid); in icmp6_mtudisc_clone()
H A Dnd6.c514 flags = (create) ? RT_RESOLVE : 0; in nd6_lookup()
H A Dip6_output.c2003 rt = rtalloc(sin6tosa(&dst), RT_RESOLVE, rtableid); in ip6_setmoptions()
2818 ro->ro_rt = rtalloc(&ro->ro_dstsa, RT_RESOLVE, in ip6_output_ipsec_pmtu_update()