Home
last modified time | relevance | path

Searched refs:th_dport (Results 1 – 8 of 8) sorted by relevance

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