Home
last modified time | relevance | path

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

/external/tcpdump/
Dtcp.h43 uint16_t th_dport; /* destination port */ member
Dprint-tcp.c183 if (!ND_TTEST(tp->th_dport)) { in tcp_print()
191 dport = EXTRACT_16BITS(&tp->th_dport); in tcp_print()
/external/iproute2/include/netinet/
Dtcp.h66 u_int16_t th_dport; /* destination port */ member