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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c160 static int eff_num_gw; /* effective number of gateways */ variable
678 eff_num_gw = 2 * num_gw + 1;
681 eff_num_gw = num_gw;
1885 eff_num_gw, if_index);
1897 if (eff_num_gw > 0) {
1906 gw_IP_list[eff_num_gw].addr =
1915 (eff_num_gw > 0) ? eff_num_gw + 1 : 0,

Completed in 51 milliseconds