Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Daddicmp.c62 fp->fr_icmp = (u_short)(i << 8);
88 fp->fr_icmp |= (u_short)i;
H A Dprintfr.c167 int type = fp->fr_icmp, code;
169 type = ntohs(fp->fr_icmp);
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipfcomp.c921 fr->fr_icmp & 0xff00);
931 fr->fr_icmp & 0xff);
1212 ((fr1->fr_icmp & 0xff00) ==
1213 (fr->fr_icmp & 0xff00))) {
1223 ((fr1->fr_icmp & 0xff) == (fr->fr_icmp & 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);) }
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h627 #define fr_icmp fr_ipf->fri_icmp macro
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c1826 if (fr->fr_icmpm || fr->fr_icmp) {
1832 fr->fr_icmp) {
1835 fr->fr_icmpm, fr->fr_icmp));