Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/inet/
H A Dipv4.c312 find_route(uint8_t *flagp, struct in_addr *destp, struct in_addr *gatewayp) in find_route() function
364 if ((index = find_route(&tmp_flag, NULL, NULL)) == -1) { in ipv4_route()
379 if ((index = find_route(&flag, destp, gatewayp)) == -1) { in ipv4_route()
405 if ((index = find_route(&flag, destp, gatewayp)) == -1) in ipv4_get_route()