OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FR_CALLNOW
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printfr.c
42
if ((fp->fr_flags &
FR_CALLNOW
) != 0)
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
868
#define
FR_CALLNOW
0x00020 /* call another function (fr_func) if matches */
fil.c
2501
if ((passt &
FR_CALLNOW
) != 0) {
2723
(fr->fr_func != (ipfunc_t)-1) && !(pass &
FR_CALLNOW
))
4525
if ((fp->fr_flags &
FR_CALLNOW
) &&
ip_fil_compat.c
1851
nflags |=
FR_CALLNOW
;
3630
if (nflags &
FR_CALLNOW
)
/src/external/bsd/ipf/dist/tools/
ipf_y.y
345
| IPFY_CALL IPFY_NOW func { fr->fr_flags |=
FR_CALLNOW
; }
/src/external/bsd/ipf/dist/
ip_fil_compat.c
1859
nflags |=
FR_CALLNOW
;
3708
if (nflags &
FR_CALLNOW
)
Completed in 115 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026