Home
last modified time | relevance | path

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

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