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_RETICMP
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printfr.c
67
if (fp->fr_flags &
FR_RETICMP
) {
70
else if ((fp->fr_flags & FR_RETMASK) ==
FR_RETICMP
)
printstate.c
119
case
FR_RETICMP
:
/src/sys/external/bsd/ipf/netinet/
ip_scan.c
524
is->is_pass &= ~
FR_RETICMP
;
ip_fil.h
876
#define
FR_RETICMP
0x02000 /* Return ICMP unreachable packet */
897
#define FR_RETMASK (
FR_RETICMP
|FR_RETRST|FR_FAKEICMP)
fil.c
2550
if (passt & (
FR_RETICMP
|FR_FAKEICMP))
2698
pass &= ~(FR_CMDMASK|
FR_RETICMP
|FR_RETRST);
3112
if (pass &
FR_RETICMP
) {
3246
case
FR_RETICMP
:
ip_fil_compat.c
1867
nflags |=
FR_RETICMP
;
3646
if (nflags &
FR_RETICMP
)
/src/external/bsd/ipf/dist/
ip_scan.c
519
is->is_pass &= ~
FR_RETICMP
;
ip_fil_compat.c
1875
nflags |=
FR_RETICMP
;
3724
if (nflags &
FR_RETICMP
)
/src/external/bsd/ipf/dist/tools/
ipf_y.y
356
IPFY_RETICMP { fr->fr_flags |=
FR_RETICMP
; }
357
| IPFY_RETICMP returncode { fr->fr_flags |=
FR_RETICMP
; }
Completed in 36 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026