HomeSort by: relevance | last modified time | path
    Searched defs:TH_SYN (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h 54 #ifndef TH_SYN
55 # define TH_SYN 0x02
  /src/external/bsd/tcpdump/dist/
tcp.h 52 #define TH_SYN 0x02
  /src/sys/netinet/
tcp.h 66 #define TH_SYN 0x02 /* Synchronization: New conn with dst port */
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 818 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
1119 #ifndef TH_SYN
1120 # define TH_SYN 0x02
1135 #define TH_ACKMASK (TH_FIN|TH_SYN|TH_RST|TH_ACK)
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 17908 #define TH_SYN 0x02
17970 wake = (!(t->tcp.flags & TH_RST) && (t->tcp.flags & (TH_FIN|TH_SYN)) != TH_FIN);

Completed in 48 milliseconds