Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h60 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6) macro
H A Dtraceroute.c125 static char *gwlist[MAXMAX_GWS]; /* gateway names list */
343 if (gw_count >= MAXMAX_GWS) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h55 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6) macro
H A Dping.c165 static char *gw_list[MAXMAX_GWS]; /* list of gateways as user enters */
463 if (num_gw > MAXMAX_GWS) { in main()
474 if (num_gw > MAXMAX_GWS) { in main()