Searched refs:fr_tcpf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintfr.c203 (fp->fr_tcpf || fp->fr_tcpfm)) {
205 printtcpflags(fp->fr_tcpf, fp->fr_tcpfm);
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y804 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = FR_TCPFMAX;) }
806 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
808 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
810 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = FR_TCPFMAX;) }
812 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
814 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
816 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
818 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
H A Dipfcomp.c802 0xff, fr->fr_tcpf);
1089 (fr1->fr_tcpf == fr->fr_tcpf))) {
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h798 #define fr_tcpf fr_tuc.ftu_tcpf macro
H A Dfil.c2347 fr->fr_tcpf || fr->fr_tcpfm)

Completed in 117 milliseconds