Home
last modified time | relevance | path

Searched refs:gatewayp (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() argument
327 if (gatewayp != NULL) { in find_route()
328 if (gatewayp->s_addr == table[i].gateway.s_addr) in find_route()
343 struct in_addr *gatewayp) in ipv4_route() argument
349 if (gatewayp == NULL) { in ipv4_route()
374 table[index].gateway.s_addr = gatewayp->s_addr; in ipv4_route()
379 if ((index = find_route(&flag, destp, gatewayp)) == -1) { in ipv4_route()
402 ipv4_get_route(uint8_t flag, struct in_addr *destp, struct in_addr *gatewayp) in ipv4_get_route() argument
405 if ((index = find_route(&flag, destp, gatewayp)) == -1) in ipv4_get_route()