Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c6216 static const int ipf_objbytes[IPFOBJ_COUNT][3] = {
6267 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_inobj()
6336 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_inobjsz()
6395 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_outobjsz()
6451 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_outobj()
6514 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_outobjk()
H A Dip_fil.h1309 #define IPFOBJ_COUNT 23 /* How many #defines are above this? */ macro