Home
last modified time | relevance | path

Searched refs:MAX_TGATE_NETS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sbin/routed/
H A Ddefs.h430 #define MAX_TGATE_NETS 32 macro
434 } tgate_nets[MAX_TGATE_NETS];
H A Dinput.c686 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) { in input()
691 if (i >= MAX_TGATE_NETS || tn->mask == 0) { in input()
H A Dparms.c831 if (i >= MAX_TGATE_NETS in parse_parms()