OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FF_LOGPASS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ipf/dist/tools/
ipf.c
282
flag &= ~(
FF_LOGPASS
|FF_LOGNOMATCH|FF_LOGBLOCK);
285
flag |=
FF_LOGPASS
;
566
if (flags &
FF_LOGPASS
) {
ipfstat.c
778
if (frf &
FF_LOGPASS
)
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
892
/* 0x10000000
FF_LOGPASS
*/
911
#define
FF_LOGPASS
0x10000000
914
#define FF_LOGGING (
FF_LOGPASS
|FF_LOGBLOCK|FF_LOGNOMATCH)
fil.c
3296
(FR_ISPASS(pass) && (softc->ipf_flags &
FF_LOGPASS
))) {
3298
pass |=
FF_LOGPASS
;
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026