Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/routed/
H A Ddefs.h431 #define MAX_TGATE_NETS 32 macro
435 } tgate_nets[MAX_TGATE_NETS];
H A Dinput.c695 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) { in input()
700 if (i >= MAX_TGATE_NETS || tn->mask == 0) { in input()
H A Dparms.c815 if (i >= MAX_TGATE_NETS in parse_parms()