MAX_GWS
if ((family == AF_INET && effective_num_gw >= MAX_GWS) ||
static union any_in_addr gw_IP_list[MAX_GWS]; /* gateways */
if (check_v4 && num_gw >= MAX_GWS) {
#define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
MAX_GWS * sizeof (struct in_addr))
if (check_v4 && gw_count >= MAX_GWS) {
static union any_in_addr gwIPlist[MAX_GWS]; /* gateway IPv4 address list */
#define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
gwV4_count = (gw_count < MAX_GWS) ? gw_count : MAX_GWS - 1;