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

  /src/external/bsd/ipf/dist/lib/
flags.c 16 #ifndef TH_ECN
17 # define TH_ECN 0x40
25 TH_ECN, TH_CWR };
tcpflags.c 17 #ifndef TH_ECN
18 # define TH_ECN 0x40
printpacket.c 102 if (tcp->th_flags & TH_ECN)
ipft_tx.c 30 TH_ACK, TH_URG, TH_ECN, TH_CWR };
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 819 TH_ECN|TH_CWR)
1426 #ifndef TH_ECN
1427 # define TH_ECN 0x40
1432 #define TH_ECNALL (TH_ECN|TH_CWR)
ip_state.c 4039 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
4089 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==
  /src/external/bsd/ipf/dist/tools/
ipmon.c 90 { TH_ECN, 'E' },

Completed in 22 milliseconds