Home
last modified time | relevance | path

Searched refs:fr_icmpm (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Daddicmp.c63 fp->fr_icmpm = (u_short)0xff00;
89 fp->fr_icmpm = (u_short)0xffff;
H A Dprintfr.c164 ) && fp->fr_icmpm) {
175 if (ntohs(fp->fr_icmpm) & 0xff)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c674 if ((fr->fr_icmpm & 0xff00) != 0)
680 if ((fr->fr_icmpm & 0xff) != 0)
916 fr->fr_icmpm & 0xff00, 0xffff,
926 fr->fr_icmpm & 0xff, 0xffff,
1206 ((fr1->fr_icmpm & 0xff00) ==
1207 (fr->fr_icmpm & 0xff00)) &&
1218 ((fr1->fr_icmpm & 0xff) == (fr->fr_icmpm & 0xff)) &&
H A Dipf_y.y1156 { DOALL(fr->fr_icmp = htons($2 << 8); fr->fr_icmpm = htons(0xff00););
1168 { DOALL(fr->fr_icmp |= htons($2); fr->fr_icmpm |= htons(0xff););
1180 { DOREM(fr->fr_icmp = htons($1 << 8); fr->fr_icmpm = htons(0xff00);) }
1182 { DOREM(fr->fr_icmp = htons($3 << 8); fr->fr_icmpm = htons(0xff00);) }
1187 { DOREM(fr->fr_icmp |= htons($1); fr->fr_icmpm |= htons(0xff);) }
1189 { DOREM(fr->fr_icmp |= htons($3); fr->fr_icmpm |= htons(0xff);) }
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h627 #define fr_icmpm fr_ipf->fri_icmpm macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1826 if (fr->fr_icmpm || fr->fr_icmp) {
1831 else if ((fin->fin_data[0] & fr->fr_icmpm) !=
1835 fr->fr_icmpm, fr->fr_icmp));