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

  /external/tcpdump/
tcp.h 49 u_int8_t th_flags; member in struct:tcphdr
print-tcp.c 295 if ((flags = tp->th_flags) & (TH_SYN|TH_FIN|TH_RST|TH_PUSH|
  /external/libppp/src/
slcompress.c 184 if ((th->th_flags & (TH_SYN | TH_FIN | TH_RST | TH_ACK)) != TH_ACK) {
185 log_Printf(LogDEBUG, "??? 2 th_flags = %x\n", th->th_flags);
288 if (th->th_flags & TH_URG) {
371 if (th->th_flags & TH_PUSH)
506 th->th_flags |= TH_PUSH;
508 th->th_flags &= ~TH_PUSH;
527 th->th_flags |= TH_URG;
530 th->th_flags &= ~TH_URG;
tcpmss.c 113 if (!(tc->th_flags & TH_SYN))
ip.c 374 estab = (th->th_flags & TH_ACK);
375 syn = (th->th_flags & TH_SYN);
376 finrst = (th->th_flags & (TH_FIN|TH_RST));
381 th->th_flags, sport, dport);
832 if (th->th_flags & mask) {
842 if ((th->th_flags & TH_SYN) && nb > 40) {
  /external/qemu/slirp/
tcpip.h 55 #define ti_flags ti_t.th_flags
tcp.h 62 u_int8_t th_flags; member in struct:tcphdr
  /external/qemu/slirp-android/
tcpip.h 59 #define ti_flags ti_t.th_flags
tcp.h 68 u_int8_t th_flags; member in struct:tcphdr
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 93 u_char th_flags; member in struct:tcphdr
102 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
  /external/iproute2/include/netinet/
tcp.h 77 u_int8_t th_flags; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 79 u_int8_t th_flags; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 79 u_int8_t th_flags; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 79 u_int8_t th_flags; member in struct:tcphdr

Completed in 377 milliseconds