route.c | 191 * - An obtained rtentry via rtalloc1 or rtrequest* must be 609 rtalloc1(const struct sockaddr *dst, int report) function in typeref:struct:rtentry * 845 rt = rtalloc1(dst, 0); 1633 if ((rt = rtalloc1(dst, 0)) != NULL) { 1695 rt = rtalloc1(ifa->ifa_addr, 0); 1742 rt = rtalloc1(ifa->ifa_addr, 0); 2023 rt = rtalloc1(rtcache_getdst(ro), flag);
|