Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c181 (fp->fr_tcpf || fp->fr_tcpfm)) {
183 if (fp->fr_tcpf & ~TCPF_ALL)
184 printf("0x%x", fp->fr_tcpf);
187 if (fp->fr_tcpf & *t)
H A Dextras.c92 if (fr->fr_tcpf) {
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipf_y.y775 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = FR_TCPFMAX;) }
777 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
779 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
781 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = FR_TCPFMAX;) }
783 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
785 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
787 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
789 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
H A Dipfcomp.c797 0xff, fr->fr_tcpf);
1093 (fr1->fr_tcpf == fr->fr_tcpf))) {
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h640 #define fr_tcpf fr_tuc.ftu_tcpf macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c1824 fr->fr_tcpf || fr->fr_tcpfm)