Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/routed/
H A Ddefs.h406 #define MAX_TGATE_NETS 32 macro
410 } tgate_nets[MAX_TGATE_NETS];
H A Dinput.c688 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) { in input()
693 if (i >= MAX_TGATE_NETS || tn->mask == 0) { in input()
H A Dparms.c808 if (i >= MAX_TGATE_NETS in parse_parms()