Home
last modified time | relevance | path

Searched refs:rtalloc1 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/net/
H A Dif_faith.c312 rt = rtalloc1((struct sockaddr *)&sin6, 0); in faithprefix()
H A Droute.c609 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 Dif_mpls.c280 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 Droute.h442 rtalloc1(const struct sockaddr *, int);
H A Dif_stf.c527 rt = rtalloc1((struct sockaddr *)&sin, 0); in stf_checkaddr4()
H A Dif_llatbl.c675 rt = rtalloc1(dst, 0); in lla_rt_output()
/netbsd-src/sys/netinet/
H A Din_gif.c317 rt = rtalloc1(&u.sa, 0); in gif_validate4()
H A Dif_arp.c639 _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 Dip_icmp.c1155 rt = rtalloc1(dst, 1); in icmp_mtudisc()
/netbsd-src/sys/netinet6/
H A Din6_gif.c380 rt = rtalloc1(&u.sa, 0); in gif_validate6()
H A Dnd6.c579 rt = rtalloc1(sin6tosa(&sin6), 0); in nd6_create()
690 rt = rtalloc1(sin6tocsa(addr), 0); in nd6_is_addr_neighbor()
H A Din6.c886 rt = rtalloc1(sin6tosa(&mltaddr), 0); in in6_join_mcastgroups()
984 rt = rtalloc1(sin6tosa(&mltaddr), 0); in in6_join_mcastgroups()
H A Dicmp6.c2307 rt = rtalloc1(sin6tosa(&sin6), 0); in icmp6_redirect_input()
2823 rt = rtalloc1(dst, 1); in icmp6_mtudisc_clone()
H A Dnd6_nbr.c255 rt = rtalloc1(sin6tosa(&tsin6), 0); in nd6_ns_input()