Searched refs:MAX_GWS (Results 1 – 5 of 5) sorted by relevance
46 #define MAX_GWS 9 macro55 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)59 MAX_GWS * sizeof (struct in_addr))
133 static union any_in_addr gw_IP_list[MAX_GWS]; /* gateways */964 if (check_v4 && num_gw >= MAX_GWS) { in get_gwaddrs()1027 if ((family == AF_INET && effective_num_gw >= MAX_GWS) || in mirror_gws()
59 #define MAX_GWS 9 macro62 #define MAXMAX_GWS MAX(MAX_GWS, MAX_GWS6)
161 gwV4_count = (gw_count < MAX_GWS) ? gw_count : MAX_GWS - 1; in set_IPv4opt_sourcerouting()
123 static union any_in_addr gwIPlist[MAX_GWS]; /* gateway IPv4 address list */1102 if (check_v4 && gw_count >= MAX_GWS) { in get_gwaddrs()