HomeSort by: relevance | last modified time | path
    Searched refs:FI_TCPUDP (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_ipsec_pxy.c 225 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
292 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
ip_rcmd_pxy.c 270 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
ip_tftp_pxy.c 309 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
ip_pptp_pxy.c 224 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
ip_ftp_pxy.c 540 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
878 fi.fin_flx &= FI_LOWTTL|FI_FRAG|FI_TCPUDP|FI_OPTIONS|FI_IGNORE;
ip_nat6.c 2532 if (!(fin->fin_flx & FI_TCPUDP) ||
3612 frnat.fin_flx |= FI_TCPUDP;
3615 frnat.fin_flx &= ~FI_TCPUDP;
ip_fil.h 317 #define FI_TCPUDP 0x0001 /* TCP/UCP implied comparison*/
335 #define FI_WITH 0x5effe /* Not FI_TCPUDP */
fil.c 1334 fin->fin_flx |= FI_TCPUDP;
1508 fin->fin_flx |= FI_TCPUDP;
2402 if ((fin->fin_flx & FI_TCPUDP) && (fin->fin_dlen > 3) && !off)
ip_nat.c 4693 if (!(fin->fin_flx & FI_TCPUDP) ||
7173 frnat.fin_flx |= FI_TCPUDP;
7176 frnat.fin_flx &= ~FI_TCPUDP;
ip_state.c 3268 if ((fin->fin_flx & FI_TCPUDP) ||

Completed in 46 milliseconds