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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-tcp.c70 struct tha { struct
78 struct tha addr;
256 struct tha6 tha; local
268 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
269 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip6->ip6_src);
270 tha.port = ((u_int)dport) << 16 | sport;
272 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
273 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip6->ip6_src);
274 tha.port = ((u_int)sport) << 16 | dport;
277 for (th = &tcp_seq_hash[tha
309 struct tha tha; local
[all...]

Completed in 60 milliseconds