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

  /external/tcpdump/
tcp.h 45 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
print-tcp.c 282 seq = EXTRACT_32BITS(&tp->th_seq);
  /external/libppp/src/
slcompress.c 314 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
516 th->th_seq = htonl(ntohl(th->th_seq) + i);
521 th->th_seq = htonl(ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len)
538 DECODEL(th->th_seq)
548 cs->cs_ip.ip_id, (u_long)ntohl(th->th_seq));
ip.c 840 (u_long)ntohl(th->th_seq), (u_long)ntohl(th->th_ack), len, nb);
  /external/qemu/slirp/
tcpip.h 51 #define ti_seq ti_t.th_seq
tcp.h 53 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /external/qemu/slirp-android/
tcpip.h 55 #define ti_seq ti_t.th_seq
tcp.h 59 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 83 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /external/iproute2/include/netinet/
tcp.h 67 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 69 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 69 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 69 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr

Completed in 759 milliseconds