Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c6311 static const int ipf_objbytes[IPFOBJ_COUNT][3] = {
6366 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6439 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6502 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6562 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
6628 if ((type < 0) || (type >= IPFOBJ_COUNT)) {
H A Dip_fil.h1308 #define IPFOBJ_COUNT 23 /* How many #defines are above this? */ macro