Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Droute_private.h411 extern struct rtentry *rtalloc1(struct sockaddr *, int, uint32_t);
H A Dif_stf.c688 rt = rtalloc1((struct sockaddr *)&sin, 0, 0); in stf_checkaddr4()
H A Droute.c1108 rtalloc1(struct sockaddr *dst, int report, uint32_t ignflags) in rtalloc1() function
/xnu-10002.41.9/bsd/netinet6/
H A Din6_gif.c367 rt = rtalloc1((struct sockaddr *)&sin6, 0, 0); in gif_validate6()
H A Din6_ifattach.c1121 rt = rtalloc1((struct sockaddr *)&ia->ia_addr, 0, 0); in in6_ifdetach()
1192 rt = rtalloc1((struct sockaddr *)&sin6, 0, 0); in in6_ifdetach()
H A Din6.c363 rt = rtalloc1(ifa->ifa_addr, 0, 0); in in6_ifaddloop()
431 rt = rtalloc1(ifa->ifa_addr, 0, 0); in in6_ifremloop()
3305 rt = rtalloc1((struct sockaddr *)&sin6, 0, 0); in in6addr_local()
/xnu-10002.41.9/bsd/netinet/
H A Din_pcb.c1398 rt = rtalloc1((struct sockaddr *)&lookup_default_addr, 0, 0); in apn_fallback_required()
1424 rt = rtalloc1((struct sockaddr *)&lookup_default_addr, 0, 0); in apn_fallback_required()
H A Din.c210 rt = rtalloc1((struct sockaddr *)&sin, 0, 0); in inaddr_local()