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

  /external/llvm/test/MC/MachO/AArch64/
reloc-crash.s 3 ; Test tha we produce an external relocation. There is no apparent need for it, but
  /external/dhcpcd-6.8.2/
arp.h 49 unsigned char tha[HWADDR_LEN]; member in struct:arp_msg
arp.c 181 memcpy(&arm.tha, hw_t, ar.ar_hln);
  /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/autotest/client/deps/lansim/src/py/
host.py 84 tha = pkt.arp.sha, # Target Hardware Address.
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 410 mDNSexport void mDNSPlatformSetLocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID)
414 (void)tha; // Unused
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 517 mDNSEthAddr tha; variable
    [all...]
mDNS.c     [all...]

Completed in 295 milliseconds