Searched refs:RT_RESOLVE (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/netmpls/ |
H A D | mpls_input.c | 167 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 D | route.h | 453 #define RT_RESOLVE 1 macro
|
H A D | if_mpe.c | 181 rt = rtalloc(sa, RT_RESOLVE, sc->sc_rdomain); in mpe_start()
|
H A D | route.c | 357 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 D | if_mpip.c | 680 rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain); in mpip_start()
|
H A D | if_mpw.c | 662 rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain); in mpw_start()
|
H A D | rtsock.c | 1259 rt = rtalloc(gateway, RT_RESOLVE, rtable_l2(rtableid)); in ifa_ifwithroute()
|
H A D | pf.c | 6556 rt = rtalloc(sstosa(&ss), RT_RESOLVE, rtableid); in pf_rtlabel_match()
|
/openbsd/sys/netinet/ |
H A D | ip_icmp.c | 740 rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid); in icmp_reflect() 942 rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid); in icmp_mtudisc_clone()
|
H A D | ip_output.c | 564 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 D | ip_input.c | 1278 rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid); in ip_dooptions() 1323 rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid); in ip_dooptions()
|
H A D | if_ether.c | 781 flags = (create) ? RT_RESOLVE : 0; in arplookup()
|
/openbsd/sys/netinet6/ |
H A D | nd6_nbr.c | 463 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 D | icmp6.c | 1156 rt = rtalloc(sa, RT_RESOLVE, rtableid); in icmp6_reflect() 1786 rt = rtalloc(sin6tosa(dst), RT_RESOLVE, rtableid); in icmp6_mtudisc_clone()
|
H A D | nd6.c | 514 flags = (create) ? RT_RESOLVE : 0; in nd6_lookup()
|
H A D | ip6_output.c | 2003 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()
|