Symbol: RT_RESOLVE
sys/net/if_mpe.c
235
rt0 = rtalloc(rt->rt_gateway, RT_RESOLVE, sc->sc_rdomain);
sys/net/if_mpip.c
688
rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain);
sys/net/if_mpw.c
663
rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain);
sys/net/pf.c
7296
rt = rtalloc(sstosa(&ss), RT_RESOLVE, rtableid);
sys/net/route.c
355
if (ISSET(rt->rt_flags, RTF_CLONING) && ISSET(flags, RT_RESOLVE))
sys/net/route.c
474
return (rt_match(dst, src, RT_RESOLVE, rtableid));
sys/net/route.c
504
nhrt = rt_match(gate, NULL, RT_RESOLVE, rdomain);
sys/net/rtsock.c
1239
rt = rtalloc(gateway, RT_RESOLVE, rtable_l2(rtableid));
sys/netinet/if_ether.c
831
flags = (create) ? RT_RESOLVE : 0;
sys/netinet/ip_icmp.c
745
rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid);
sys/netinet/ip_icmp.c
969
rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid);
sys/netinet/ip_input.c
1297
rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid);
sys/netinet/ip_input.c
1342
rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid);
sys/netinet/ip_output.c
1366
rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid);
sys/netinet/ip_output.c
568
ro->ro_rt = rtalloc(&ro->ro_dstsa, RT_RESOLVE,
sys/netinet6/icmp6.c
1132
rt = rtalloc(sa, RT_RESOLVE, rtableid);
sys/netinet6/icmp6.c
1707
rt = rtalloc(sin6tosa(dst), RT_RESOLVE, rtableid);
sys/netinet6/ip6_output.c
2003
rt = rtalloc(sin6tosa(&dst), RT_RESOLVE, rtableid);
sys/netinet6/ip6_output.c
2819
ro->ro_rt = rtalloc(&ro->ro_dstsa, RT_RESOLVE,
sys/netinet6/nd6.c
541
flags = (create) ? RT_RESOLVE : 0;
sys/netinet6/nd6_nbr.c
430
rt = rtalloc(sin6tosa(&dst_sa), RT_RESOLVE,
sys/netinet6/nd6_nbr.c
900
rt = rtalloc(sin6tosa(&dst_sa), RT_RESOLVE, ifp->if_rdomain);
sys/netmpls/mpls_input.c
168
rt = rtalloc(smplstosa(smpls), RT_RESOLVE, m->m_pkthdr.ph_rtableid);
sys/netmpls/mpls_input.c
387
rt = rtalloc(smplstosa(smpls), RT_RESOLVE, 0);