Searched refs:th_dport (Results 1 - 9 of 9) sorted by relevance

/external/tcpdump/
H A Dtcp.h44 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
H A Dprint-tcp.c215 if (!TTEST(tp->th_dport)) {
223 dport = EXTRACT_16BITS(&tp->th_dport);
/external/qemu/slirp/
H A Dtcpip.h50 #define ti_dport ti_t.th_dport
H A Dtcp.h52 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
/external/qemu/slirp-android/
H A Dtcpip.h54 #define ti_dport ti_t.th_dport
H A Dtcp.h58 port_t th_dport; /* destination port */ member in struct:tcphdr
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Dtcp.h82 u_short th_dport; /* destination port */ member in struct:tcphdr
/external/iproute2/include/netinet/
H A Dtcp.h66 u_int16_t th_dport; /* destination port */ member in struct:tcphdr
/external/libppp/src/
H A Dip.c373 dport = ntohs(th->th_dport);
819 ntohs(th->th_dport)))
828 "%s:%d", ncpaddr_ntoa(&dstaddr), ntohs(th->th_dport));

Completed in 71 milliseconds