HomeSort by relevance Sort by last modified time
    Searched refs:th_dport (Results 1 - 7 of 7) 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

Completed in 282 milliseconds