Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
HDpfctl_parser.c469 const char *pf_fcounters[FCNT_MAX+1] = FCNT_NAMES;
470 const char *pf_scounters[FCNT_MAX+1] = FCNT_NAMES;
552 for (i = 0; i < FCNT_MAX; i++) { in print_status()
/dragonfly/sys/net/pf/
HDpfvar.h1334 #define FCNT_MAX 3 macro
1364 u_int64_t fcounters[FCNT_MAX];
1371 u_int64_t fcounters[FCNT_MAX];
HDpf_ioctl.c1787 for (i = 0; i < FCNT_MAX; ++i) in pfioctl()