HomeSort by relevance Sort by last modified time
    Searched refs:TH_RST (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 96 #define TH_RST 0x04
102 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
  /external/tcpdump/
tcp.h 59 #define TH_RST 0x04
print-cnfp.c 171 if (flags & TH_RST) putchar('R');
print-tcp.c 113 { TH_RST, "R" },
407 if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
659 if ((flags & TH_RST) && vflag) {
    [all...]
  /external/qemu/slirp/
tcp.h 65 #define TH_RST 0x04
tcp_output.c 55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
217 if (flags & (TH_SYN|TH_RST))
307 * (flags & TH_RST) == 0 &&
381 else if (flags & (TH_SYN|TH_FIN|TH_RST))
tcp_input.c 400 if ((tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) != TH_SYN)
489 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK &&
626 if (tiflags & TH_RST)
678 TH_RST|TH_ACK);
755 if (tiflags & TH_RST) {
825 /* if (ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
970 if (tiflags&TH_RST) switch (tp->t_state) {
    [all...]
tcp_subr.c 165 if(flags & TH_RST)
    [all...]
  /external/qemu/slirp-android/
tcp.h 71 #define TH_RST 0x04
tcp_output.c 55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
217 if (flags & (TH_SYN|TH_RST))
307 * (flags & TH_RST) == 0 &&
381 else if (flags & (TH_SYN|TH_FIN|TH_RST))
tcp_input.c 405 if ((tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) != TH_SYN)
494 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK &&
631 if (tiflags & TH_RST)
684 TH_RST|TH_ACK);
761 if (tiflags & TH_RST) {
831 /* if (ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
976 if (tiflags&TH_RST) switch (tp->t_state) {
    [all...]
tcp_subr.c 167 if(flags & TH_RST)
  /external/iproute2/include/netinet/
tcp.h 80 # define TH_RST 0x04
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
tcp.h 82 # define TH_RST 0x04
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
tcp.h 82 # define TH_RST 0x04

Completed in 527 milliseconds