Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_fil.h349 #define FRB_MAX_VALUE 16 macro
955 u_long fr_blocked[FRB_MAX_VALUE + 1];
/freebsd-12-stable/sbin/ipf/ipfstat/
Dipfstat.c72 char *blockreasons[FRB_MAX_VALUE + 1] = {
729 for (i = 0; i <= FRB_MAX_VALUE; i++) in printside()