Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.c345 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
398 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
447 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
510 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
560 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
610 if ((unit < 0 || unit > IPL_LOGMAX) && (unit != IPLT_ALL)) {
705 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) {
H A Dip_dstlist.c158 for (i = 0; i <= IPL_LOGMAX; i++)
218 for (i = -1; i <= IPL_LOGMAX; i++) {
277 for (n = 0, i = -1; i <= IPL_LOGMAX; i++) {
321 if (unit < -1 || unit > IPL_LOGMAX) {
789 for (i = 0; i <= IPL_LOGMAX; i++)
791 } else if (unit >= 0 && unit <= IPL_LOGMAX) {
1328 for (i = 0; i < IPL_LOGMAX; i++) {
H A Dip_log.c212 for (i = IPL_LOGMAX; i >= 0; i--) {
240 for (i = IPL_LOGMAX; i >= 0; i--) {
278 for (i = IPL_LOGMAX; i >= 0; i--) {
322 for (i = IPL_LOGMAX; i >= 0; i--) {
683 if (IPL_LOGMAX < unit) {
H A Dmlfk_ipl.c429 if (unit < 0 || unit > IPL_LOGMAX) in ipfpoll()
487 if (IPL_LOGMAX < unit)
526 if (IPL_LOGMAX < unit)
H A Dip_pool.c327 for (i = -1; i <= IPL_LOGMAX; i++) {
608 } else if (unit >= 0 && unit <= IPL_LOGMAX) {
1141 for (i = -1; i <= IPL_LOGMAX; i++) {
1416 if (unit < 0 || unit > IPL_LOGMAX)
H A Dip_htable.c827 for (i = -1; i <= IPL_LOGMAX; i++) {
1360 if (unit < -1 || unit > IPL_LOGMAX)
H A Dip_fil.h1041 #define IPL_LOGMAX 7 macro
1042 #define IPL_LOGSIZE IPL_LOGMAX + 1
H A Dip_fil_freebsd.c302 if ((IPL_LOGMAX < unit) || (unit < 0)) {