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

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintfr.c203 (fp->fr_tcpf || fp->fr_tcpfm)) {
205 printtcpflags(fp->fr_tcpf, fp->fr_tcpfm);
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipf_y.y805 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = FR_TCPFMAX;) }
807 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
809 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
811 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = FR_TCPFMAX;) }
813 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
815 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
817 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
819 { 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-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h737 #define fr_tcpf fr_tuc.ftu_tcpf macro
H A Dfil.c2348 fr->fr_tcpf || fr->fr_tcpfm)

Completed in 82 milliseconds