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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1021 int effective_num_gw; local
1025 effective_num_gw = 2 * num_gw + 1;
1027 if ((family == AF_INET && effective_num_gw >= MAX_GWS) ||
1028 (family == AF_INET6 && effective_num_gw > MAX_GWS6)) {

Completed in 82 milliseconds