Home
last modified time | relevance | path

Searched refs:ipv4_get_route (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/stand/lib/inet/
H A Dipv4_impl.h98 extern struct in_addr *ipv4_get_route(uint8_t, struct in_addr *,
H A Dipv4.c402 ipv4_get_route(uint8_t flag, struct in_addr *destp, struct in_addr *gatewayp) in ipv4_get_route() function
1036 if ((rip = ipv4_get_route(RT_HOST, &iphp->ip_dst, in ipv4_output()
1038 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); in ipv4_output()
1086 if ((rip = ipv4_get_route(RT_HOST, &iph->ip_dst, in ipv4_tcp_output()
1088 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); in ipv4_tcp_output()