Home
last modified time | relevance | path

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

/freebsd-head/sys/netpfil/ipfilter/netinet/
HDip_fil.h346 #define FRB_MAX_VALUE 16 macro
952 u_long fr_blocked[FRB_MAX_VALUE + 1];
/freebsd-head/sbin/ipf/ipfstat/
HDipfstat.c67 char *blockreasons[FRB_MAX_VALUE + 1] = {
723 for (i = 0; i <= FRB_MAX_VALUE; i++) in printside()