/src/sys/net/ |
if_faith.c | 312 rt = rtalloc1((struct sockaddr *)&sin6, 0);
|
if_mpls.c | 280 if ((rt1 = rtalloc1(rt->rt_gateway, 1)) == NULL) { 430 if ((rt = rtalloc1((const struct sockaddr*)&dst, 1)) == NULL)
|
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);
|
route.h | 442 rtalloc1(const struct sockaddr *, int);
|
if_stf.c | 527 rt = rtalloc1((struct sockaddr *)&sin, 0);
|
if_llatbl.c | 674 /* Never call rtalloc1 with IF_AFDATA_WLOCK */ 675 rt = rtalloc1(dst, 0);
|
/src/sys/netinet/ |
in_gif.c | 317 rt = rtalloc1(&u.sa, 0);
|
if_arp.c | 639 _rt = rtalloc1(dst, 0); 1255 rt = rtalloc1(sa, 0); 1372 rt = rtalloc1(sintosa(&dst), 0);
|
ip_icmp.c | 1151 rt = rtalloc1(dst, 1);
|
/src/sys/netinet6/ |
in6_gif.c | 380 rt = rtalloc1(&u.sa, 0);
|
nd6.c | 579 rt = rtalloc1(sin6tosa(&sin6), 0); 690 rt = rtalloc1(sin6tocsa(addr), 0);
|
icmp6.c | 2307 rt = rtalloc1(sin6tosa(&sin6), 0); 2823 rt = rtalloc1(dst, 1);
|
in6.c | 886 rt = rtalloc1(sin6tosa(&mltaddr), 0); 984 rt = rtalloc1(sin6tosa(&mltaddr), 0);
|
nd6_nbr.c | 254 rt = rtalloc1(sin6tosa(&tsin6), 0);
|