Home
last modified time | relevance | path

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

/freebsd-12.1/sys/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.c445 if (unit < 0 || unit > IPL_LOGMAX) in ipfpoll()
503 if (IPL_LOGMAX < unit)
542 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.h1087 #define IPL_LOGMAX 7 macro
1088 #define IPL_LOGSIZE IPL_LOGMAX + 1
H A Dip_fil_freebsd.c312 if ((IPL_LOGMAX < unit) || (unit < 0)) {
/freebsd-12.1/contrib/ipfilter/
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) {
788 for (i = 0; i <= IPL_LOGMAX; i++)
790 } else if (unit >= 0 && unit <= IPL_LOGMAX) {
1327 for (i = 0; i < IPL_LOGMAX; i++) {
H A Dip_fil_compat.c519 int f_locks[IPL_LOGMAX];
/freebsd-12.1/contrib/ipfilter/tools/
H A Dippool.c796 for (role = 0; role <= IPL_LOGMAX; role++) {
825 for (role = 0; role <= IPL_LOGMAX; role++) {
865 for (role = -1; role <= IPL_LOGMAX; role++) {
900 for (role = 0; role <= IPL_LOGMAX; role++) {
934 for (role = 0; role <= IPL_LOGMAX; role++) {
H A Dipftest.c621 for (i = 0; i <= IPL_LOGMAX; i++)
H A Dipf_y.y2032 for (i = 0; i <= IPL_LOGMAX; i++)