Searched defs:find_route (Results 1 - 1 of 1) sorted by relevance

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

Completed in 46 milliseconds