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_FAKEICMP
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printstate.c
122
case
FR_FAKEICMP
:
printfr.c
68
if ((fp->fr_flags & FR_RETMASK) ==
FR_FAKEICMP
)
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
877
#define
FR_FAKEICMP
0x03000 /* Return ICMP unreachable with fake source */
897
#define FR_RETMASK (FR_RETICMP|FR_RETRST|
FR_FAKEICMP
)
fil.c
2550
if (passt & (FR_RETICMP|
FR_FAKEICMP
))
3115
if ((pass & FR_RETMASK) ==
FR_FAKEICMP
)
3248
case
FR_FAKEICMP
:
ip_fil_compat.c
1869
nflags |=
FR_FAKEICMP
;
3648
if (nflags &
FR_FAKEICMP
)
/src/external/bsd/ipf/dist/tools/
ipf_y.y
358
| IPFY_RETICMPASDST { fr->fr_flags |=
FR_FAKEICMP
; }
359
| IPFY_RETICMPASDST returncode { fr->fr_flags |=
FR_FAKEICMP
; }
/src/external/bsd/ipf/dist/
ip_fil_compat.c
1877
nflags |=
FR_FAKEICMP
;
3726
if (nflags &
FR_FAKEICMP
)
Completed in 100 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026