Searched refs:IPFOBJ_COUNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c6309 static const int ipf_objbytes[IPFOBJ_COUNT][3] = {
6364 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6437 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6500 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6560 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6626 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
H A Dip_fil.h1308 #define IPFOBJ_COUNT 23 /* How many #defines are above this? */ macro

Completed in 254 milliseconds