Home
last modified time | relevance | path

Searched refs:rtlookup (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/net/
H A Droute.h383 rtlookup(struct sockaddr *dst) in rtlookup() function
H A Droute.c1315 up_rt = rtlookup(dst); in rt_llroute()
1323 up_rt->rt_gwroute = rtlookup(up_rt->rt_gateway); in rt_llroute()
1328 up_rt->rt_gwroute = rtlookup(up_rt->rt_gateway); in rt_llroute()
/dragonfly/sys/netinet/
H A Dif_ether.c1317 rt = rtlookup((struct sockaddr *)&sin); in arplookup()
H A Dip_output.c1653 rt = rtlookup((struct sockaddr *)&dst); in ip_setmoptions()
/dragonfly/sys/netinet6/
H A Dnd6.c870 rt = rtlookup((struct sockaddr *)&sin6); in nd6_lookup()