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

Completed in 86 milliseconds