MAX_GWS6
(family == AF_INET6 && effective_num_gw > MAX_GWS6)) {
static union any_in_addr gw_IP_list6[MAX_GWS6];
if (check_v6 && num_gw > MAX_GWS6) {
#define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
if (check_v6 && gw_count >= MAX_GWS6) {
static union any_in_addr gwIP6list[MAX_GWS6]; /* gateway IPv6 address list */
#define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)