OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPL_LOGMAX
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_lookup.c
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
) {
[
all
...]
ip_dstlist.c
165
for (i = 0; i <=
IPL_LOGMAX
; i++)
219
for (i = -1; i <=
IPL_LOGMAX
; i++) {
272
for (n = 0, i = -1; i <=
IPL_LOGMAX
; i++) {
313
if (unit < -1 || unit >
IPL_LOGMAX
) {
764
for (i = 0; i <=
IPL_LOGMAX
; i++)
766
} else if (unit >= 0 && unit <=
IPL_LOGMAX
) {
1276
for (i = 0; i <
IPL_LOGMAX
; i++) {
ip_log.c
264
for (i =
IPL_LOGMAX
; i >= 0; i--) {
307
for (i =
IPL_LOGMAX
; i >= 0; i--) {
350
for (i =
IPL_LOGMAX
; i >= 0; i--) {
700
if (
IPL_LOGMAX
< unit) {
ip_pool.c
345
for (i = -1; i <=
IPL_LOGMAX
; i++) {
607
} else if (unit >= 0 && unit <=
IPL_LOGMAX
) {
1103
for (i = -1; i <=
IPL_LOGMAX
; i++) {
1362
if (unit < 0 || unit >
IPL_LOGMAX
)
ip_fil_netbsd.c
696
if ((
IPL_LOGMAX
< unit) || (unit < 0)) {
2032
if (
IPL_LOGMAX
< unit) {
2072
if (
IPL_LOGMAX
< unit)
2136
if (
IPL_LOGMAX
< unit) {
ip_htable.c
789
for (i = -1; i <=
IPL_LOGMAX
; i++) {
1297
if (unit < -1 || unit >
IPL_LOGMAX
)
ip_fil.h
1104
#define
IPL_LOGMAX
7
1105
#define IPL_LOGSIZE
IPL_LOGMAX
+ 1
ip_fil_compat.c
510
* 4.1.33 changed the size of f_locks from
IPL_LOGMAX
to IPL_LOGSIZE
543
int f_locks[
IPL_LOGMAX
];
Completed in 26 milliseconds
Indexes created Mon Oct 13 15:10:03 GMT 2025