Home
last modified time | relevance | path

Searched refs:LCNT_MAX (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dist/pf/net/
Dpfvar.h1162 #define LCNT_MAX 7 /* total+1 */ macro
1235 u_int64_t lcounters[LCNT_MAX]; /* limit counters */
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_parser.c517 const char *pf_lcounters[LCNT_MAX+1] = LCNT_NAMES;
635 for (i = 0; i < LCNT_MAX; i++) { in print_status()