Searched refs:fr_icmp (Results 1 – 5 of 5) sorted by relevance
912 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()
185 int type = fp->fr_icmp, code; in printfr()188 type = ntohs(fp->fr_icmp); in printfr()
1278 { 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); \
727 #define fr_icmp fr_ipf->fri_icmp macro
2308 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()