Searched refs:rtalloc1 (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sys/net/ |
| H A D | if_faith.c | 312 rt = rtalloc1((struct sockaddr *)&sin6, 0); in faithprefix()
|
| H A D | route.c | 609 rtalloc1(const struct sockaddr *dst, int report) in rtalloc1() function 845 rt = rtalloc1(dst, 0); in rtredirect() 1633 if ((rt = rtalloc1(dst, 0)) != NULL) { in rtinit() 1695 rt = rtalloc1(ifa->ifa_addr, 0); in rt_ifa_addlocal() 1742 rt = rtalloc1(ifa->ifa_addr, 0); in rt_ifa_remlocal() 2023 rt = rtalloc1(rtcache_getdst(ro), flag); in _rtcache_init()
|
| H A D | if_mpls.c | 280 if ((rt1 = rtalloc1(rt->rt_gateway, 1)) == NULL) { in mpls_output() 430 if ((rt = rtalloc1((const struct sockaddr*)&dst, 1)) == NULL) in mpls_lse()
|
| H A D | route.h | 442 rtalloc1(const struct sockaddr *, int);
|
| H A D | if_stf.c | 527 rt = rtalloc1((struct sockaddr *)&sin, 0); in stf_checkaddr4()
|
| H A D | if_llatbl.c | 675 rt = rtalloc1(dst, 0); in lla_rt_output()
|
| /netbsd-src/sys/netinet/ |
| H A D | in_gif.c | 317 rt = rtalloc1(&u.sa, 0); in gif_validate4()
|
| H A D | if_arp.c | 639 _rt = rtalloc1(dst, 0); in arpresolve() 1255 rt = rtalloc1(sa, 0); in arp_ifinit() 1372 rt = rtalloc1(sintosa(&dst), 0); in arp_llinfo_missed()
|
| H A D | ip_icmp.c | 1155 rt = rtalloc1(dst, 1); in icmp_mtudisc()
|
| /netbsd-src/sys/netinet6/ |
| H A D | in6_gif.c | 380 rt = rtalloc1(&u.sa, 0); in gif_validate6()
|
| H A D | nd6.c | 579 rt = rtalloc1(sin6tosa(&sin6), 0); in nd6_create() 690 rt = rtalloc1(sin6tocsa(addr), 0); in nd6_is_addr_neighbor()
|
| H A D | in6.c | 886 rt = rtalloc1(sin6tosa(&mltaddr), 0); in in6_join_mcastgroups() 984 rt = rtalloc1(sin6tosa(&mltaddr), 0); in in6_join_mcastgroups()
|
| H A D | icmp6.c | 2307 rt = rtalloc1(sin6tosa(&sin6), 0); in icmp6_redirect_input() 2823 rt = rtalloc1(dst, 1); in icmp6_mtudisc_clone()
|
| H A D | nd6_nbr.c | 255 rt = rtalloc1(sin6tosa(&tsin6), 0); in nd6_ns_input()
|