Home | History | Annotate | Download | only in netinet

Lines Matching refs:IPL_LOGMAX

85  * range for unit is [-1,IPL_LOGMAX]. The -1 is considered to be a valid number
87 * starting the numbering at 0 is because the numbers [0,IPL_LOGMAX] correspond
89 * array indexing on the unit, +1 is used to map [-1.IPL_LOGMAX] to
353 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
403 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
450 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
511 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
559 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
607 if ((unit < 0 || unit > IPL_LOGMAX) && (unit != IPLT_ALL)) {
695 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) {