HomeSort by relevance Sort by last modified time
    Searched defs:tha (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/
arp.h 49 unsigned char tha[HWADDR_LEN]; member in struct:arp_msg
  /external/tcpdump/
print-tcp.c 71 struct tha { struct
79 struct tha addr;
257 struct tha6 tha; local
269 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
270 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip6->ip6_src);
271 tha.port = dport << 16 | sport;
273 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
274 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip6->ip6_src);
275 tha.port = sport << 16 | dport;
278 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]
313 struct tha tha; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 517 mDNSEthAddr tha; variable
    [all...]

Completed in 121 milliseconds