Home
last modified time | relevance | path

Searched refs:FI_TCPUDP (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c230 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
301 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
H A Dip_rcmd_pxy.c284 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
H A Dip_tftp_pxy.c327 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
H A Dip_pptp_pxy.c225 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
H A Dip_ftp_pxy.c563 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
924 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
H A Dip_nat6.c2579 if (!(fin->fin_flx & FI_TCPUDP) ||
3667 frnat.fin_flx |= FI_TCPUDP;
3670 frnat.fin_flx &= ~FI_TCPUDP;
H A Dip_fil.h259 #define FI_TCPUDP 0x0001 /* TCP/UCP implied comparison*/ macro
H A Dfil.c1326 fin->fin_flx |= FI_TCPUDP;
1501 fin->fin_flx |= FI_TCPUDP;
2417 if ((fin->fin_flx & FI_TCPUDP) && (fin->fin_dlen > 3) && !off)
H A Dip_nat.c4757 if (!(fin->fin_flx & FI_TCPUDP) ||
7277 frnat.fin_flx |= FI_TCPUDP;
7280 frnat.fin_flx &= ~FI_TCPUDP;
H A Dip_state.c3334 if ((fin->fin_flx & FI_TCPUDP) ||