Home
last modified time | relevance | path

Searched refs: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; in mirror_gws() local
1025 effective_num_gw = 2 * num_gw + 1; in mirror_gws()
1027 if ((family == AF_INET && effective_num_gw >= MAX_GWS) || in mirror_gws()
1028 (family == AF_INET6 && effective_num_gw > MAX_GWS6)) { in mirror_gws()