Home
last modified time | relevance | path

Searched refs:fr_icmp (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sbin/ipf/ipf/
HDipfcomp.c912 fr->fr_icmp & 0xff00); in emitGroup()
922 fr->fr_icmp & 0xff); in emitGroup()
1191 ((fr1->fr_icmp & 0xff00) == in printCgroup()
1192 (fr->fr_icmp & 0xff00))) { in printCgroup()
1202 ((fr1->fr_icmp & 0xff) == (fr->fr_icmp & 0xff))) { in printCgroup()
/freebsd-14-stable/sbin/ipf/libipf/
HDprintfr.c185 int type = fp->fr_icmp, code; in printfr()
188 type = ntohs(fp->fr_icmp); in printfr()
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y1278 { DOALL(fr->fr_icmp = htons($2 << 8); fr->fr_icmpm = htons(0xff00););
1312 { DOALL(fr->fr_icmp |= htons($2); fr->fr_icmpm |= htons(0xff););
1324 { DOREM(fr->fr_icmp = htons($1 << 8); fr->fr_icmpm = htons(0xff00);) }
1326 { DOREM(fr->fr_icmp = htons($3 << 8); fr->fr_icmpm = htons(0xff00);) }
1331 { DOREM(fr->fr_icmp |= htons($1); fr->fr_icmpm |= htons(0xff);) }
1333 { DOREM(fr->fr_icmp &= htons(0xff00); fr->fr_icmp |= htons($3); \
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h727 #define fr_icmp fr_ipf->fri_icmp macro
HDfil.c2308 if (fr->fr_icmpm || fr->fr_icmp) { in ipf_check_ipf()
2314 fr->fr_icmp) { in ipf_check_ipf()
2317 fr->fr_icmpm, fr->fr_icmp)); in ipf_check_ipf()