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

  /external/tcpdump/
tcp.h 44 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
print-tcp.c 215 if (!TTEST(tp->th_dport)) {
223 dport = EXTRACT_16BITS(&tp->th_dport);
  /external/qemu/slirp/
tcpip.h 50 #define ti_dport ti_t.th_dport
tcp.h 52 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
  /external/qemu/slirp-android/
tcpip.h 54 #define ti_dport ti_t.th_dport
tcp.h 58 port_t th_dport; /* destination port */ member in struct:tcphdr
  /external/iproute2/include/netinet/
tcp.h 66 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 68 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 68 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 68 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
  /external/libppp/src/
ip.c 373 dport = ntohs(th->th_dport);
819 ntohs(th->th_dport)))
828 "%s:%d", ncpaddr_ntoa(&dstaddr), ntohs(th->th_dport));

Completed in 514 milliseconds