Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDfil.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)) {
HDip_fil.h1308 #define IPFOBJ_COUNT 23 /* How many #defines are above this? */ macro