RT_RESOLVE
rt0 = rtalloc(rt->rt_gateway, RT_RESOLVE, sc->sc_rdomain);
rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain);
rt = rtalloc(sstosa(&n->n_nexthop), RT_RESOLVE, sc->sc_rdomain);
rt = rtalloc(sstosa(&ss), RT_RESOLVE, rtableid);
if (ISSET(rt->rt_flags, RTF_CLONING) && ISSET(flags, RT_RESOLVE))
return (rt_match(dst, src, RT_RESOLVE, rtableid));
nhrt = rt_match(gate, NULL, RT_RESOLVE, rdomain);
rt = rtalloc(gateway, RT_RESOLVE, rtable_l2(rtableid));
flags = (create) ? RT_RESOLVE : 0;
rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid);
rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid);
rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid);
rt = rtalloc(sintosa(&ipaddr), RT_RESOLVE, rtableid);
rt = rtalloc(sintosa(&sin), RT_RESOLVE, rtableid);
ro->ro_rt = rtalloc(&ro->ro_dstsa, RT_RESOLVE,
rt = rtalloc(sa, RT_RESOLVE, rtableid);
rt = rtalloc(sin6tosa(dst), RT_RESOLVE, rtableid);
rt = rtalloc(sin6tosa(&dst), RT_RESOLVE, rtableid);
ro->ro_rt = rtalloc(&ro->ro_dstsa, RT_RESOLVE,
flags = (create) ? RT_RESOLVE : 0;
rt = rtalloc(sin6tosa(&dst_sa), RT_RESOLVE,
rt = rtalloc(sin6tosa(&dst_sa), RT_RESOLVE, ifp->if_rdomain);
rt = rtalloc(smplstosa(smpls), RT_RESOLVE, m->m_pkthdr.ph_rtableid);
rt = rtalloc(smplstosa(smpls), RT_RESOLVE, 0);