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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c122 static char *gwlist[MAXMAX_GWS]; /* gateway names list */ variable
335 gwlist[gw_count] = strdup(optarg);
336 if (gwlist[gw_count] == NULL) {
677 get_gwaddrs(gwlist, *family, gwIPlist, gwIP6list,
684 gwlist[num_resolved_gw6]);
692 gwlist[num_resolved_gw]);
1080 get_gwaddrs(char **gwlist, int family, union any_in_addr *gwIPlist, argument
1116 get_hostinfo(gwlist[i], family, &ai);

Completed in 48 milliseconds