Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Ddefs.h399 #define MAX_TGATE_NETS 32 macro
403 } tgate_nets[MAX_TGATE_NETS];
H A Dinput.c683 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) { in input()
688 if (i >= MAX_TGATE_NETS || tn->mask == 0) { in input()
H A Dparms.c803 if (i >= MAX_TGATE_NETS in parse_parms()