Home
last modified time | relevance | path

Searched refs:MAX_GWS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h46 #define MAX_GWS 9 macro
55 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
59 MAX_GWS * sizeof (struct in_addr))
H A Dping.c134 static union any_in_addr gw_IP_list[MAX_GWS]; /* gateways */
964 if (check_v4 && num_gw >= MAX_GWS) { in get_gwaddrs()
1027 if ((family == AF_INET && effective_num_gw >= MAX_GWS) || in mirror_gws()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h57 #define MAX_GWS 9 macro
60 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
H A Dtraceroute_aux.c159 gwV4_count = (gw_count < MAX_GWS) ? gw_count : MAX_GWS - 1; in set_IPv4opt_sourcerouting()
H A Dtraceroute.c126 static union any_in_addr gwIPlist[MAX_GWS]; /* gateway IPv4 address list */
1126 if (check_v4 && gw_count >= MAX_GWS) { in get_gwaddrs()