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

  /external/tcpdump/
tcp.h 53 #define TH_PUSH 0x08
print-cnfp.c 172 if (flags & TH_PUSH) putchar('P');
print-tcp.c 295 if ((flags = tp->th_flags) & (TH_SYN|TH_FIN|TH_RST|TH_PUSH|
303 if (flags & TH_PUSH)
  /external/qemu/slirp/
tcp.h 66 #define TH_PUSH 0x08
tcp_output.c 377 flags |= TH_PUSH;
tcp_input.c 72 if (ti->ti_flags & TH_PUSH) \
945 tiflags &= ~(TH_PUSH|TH_FIN);
    [all...]
  /external/qemu/slirp-android/
tcp.h 72 #define TH_PUSH 0x08
tcp_output.c 377 flags |= TH_PUSH;
tcp_input.c 72 if (ti->ti_flags & TH_PUSH) \
951 tiflags &= ~(TH_PUSH|TH_FIN);
    [all...]
  /external/iproute2/include/netinet/
tcp.h 81 # define TH_PUSH 0x08

Completed in 116 milliseconds