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_icmpm
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ipf/dist/tools/
ipfcomp.c
681
if ((fr->
fr_icmpm
& 0xff00) != 0)
687
if ((fr->
fr_icmpm
& 0xff) != 0)
923
fr->
fr_icmpm
& 0xff00, 0xffff,
933
fr->
fr_icmpm
& 0xff, 0xffff,
1204
((fr1->
fr_icmpm
& 0xff00) ==
1205
(fr->
fr_icmpm
& 0xff00)) &&
1216
((fr1->
fr_icmpm
& 0xff) == (fr->
fr_icmpm
& 0xff)) &&
ipf_y.y
1280
{ DOALL(fr->fr_icmp = htons($2 << 8); fr->
fr_icmpm
= htons(0xff00););
1314
{ DOALL(fr->fr_icmp |= htons($2); fr->
fr_icmpm
|= htons(0xff););
1326
{ DOREM(fr->fr_icmp = htons($1 << 8); fr->
fr_icmpm
= htons(0xff00);) }
1328
{ DOREM(fr->fr_icmp = htons($3 << 8); fr->
fr_icmpm
= htons(0xff00);) }
1333
{ DOREM(fr->fr_icmp |= htons($1); fr->
fr_icmpm
|= htons(0xff);) }
1336
fr->
fr_icmpm
|= htons(0xff);) }
/src/external/bsd/ipf/dist/lib/
printfr.c
187
(fp->fr_proto == IPPROTO_ICMPV6)) && fp->
fr_icmpm
) {
199
if (ntohs(fp->
fr_icmpm
) & 0xff)
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
783
#define
fr_icmpm
fr_ipf->fri_icmpm
macro
fil.c
2340
if (fr->
fr_icmpm
|| fr->fr_icmp) {
2345
else if ((fin->fin_data[0] & fr->
fr_icmpm
) !=
2349
fr->
fr_icmpm
, fr->fr_icmp));
Completed in 28 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026