Home
last modified time | relevance | path

Searched refs:MAX_GWS6 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h48 #define MAX_GWS6 127 macro
60 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
H A Dtraceroute.c127 static union any_in_addr gwIP6list[MAX_GWS6]; /* gateway IPv6 address list */
1131 if (check_v6 && gw_count >= MAX_GWS6) { in get_gwaddrs()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h52 #define MAX_GWS6 127 macro
55 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
H A Dping.c135 static union any_in_addr gw_IP_list6[MAX_GWS6];
968 if (check_v6 && num_gw > MAX_GWS6) { in get_gwaddrs()
1028 (family == AF_INET6 && effective_num_gw > MAX_GWS6)) { in mirror_gws()