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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c52 eibnx_gw_info_t *gw_list; local
107 gw_list = info->ti_gw;
111 for (gwi = gw_list; gwi; gwi = nxt_gwi) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c164 static char *gw_list[MAXMAX_GWS]; /* list of gateways as user enters */ variable
468 gw_list[num_gw++] = optarg;
479 gw_list[num_gw++] = optarg;
904 get_gwaddrs(gw_list, family_input, gw_IP_list, gw_IP_list6,
911 gw_list[num_resolved_gw6]);
919 gw_list[num_resolved_gw]);
942 get_gwaddrs(char **gw_list, int family, union any_in_addr *gwIPlist, argument
976 get_hostinfo(gw_list[i], family, &ai);

Completed in 74 milliseconds