Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c6289 static int ipf_objbytes[IPFOBJ_COUNT][3] = { variable
6362 if (objp->ipfo_rev >= ipf_objbytes[type][2]) {
6363 if ((ipf_objbytes[type][0] & 1) != 0) {
6364 if (objp->ipfo_size < ipf_objbytes[type][1]) {
6368 size = ipf_objbytes[type][1];
6369 } else if (objp->ipfo_size == ipf_objbytes[type][1]) {
6433 if (obj.ipfo_rev >= ipf_objbytes[type][2]) {
6434 if (((ipf_objbytes[type][0] & 1) == 0) ||
6435 (sz < ipf_objbytes[type][1])) {
6496 if (obj.ipfo_rev >= ipf_objbytes[type][2]) {
[all …]