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

/external/dhcpcd-6.8.2/
H A Darp.h49 unsigned char tha[HWADDR_LEN]; member in struct:arp_msg
/external/tcpdump/
H A Dprint-tcp.c71 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
313 struct tha tha; local
[all...]
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c410 mDNSexport void mDNSPlatformSetLocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID) argument
414 (void)tha; // Unused
/external/mdnsresponder/mDNSCore/
H A DmDNS.c1853 const mDNSv4Addr *const spa, const mDNSEthAddr *const tha, const mDNSv4Addr *const tpa, const mDNSEthAddr *const dst)
1883 for (i=0; i<6; i++) *ptr++ = tha->b[i];
1918 const mDNSv6Addr *const spa, const mDNSEthAddr *const tha, const mDNSv6Addr *const tpa, const mDNSEthAddr *const dst)
1946 for (i=0; i<6; i++) *ptr++ = (tha ? *tha : intf->MAC).b[i];
1983 for (i=0; i<6; i++) *ptr++ = (tha ? *tha : intf->MAC).b[i];
1993 for (i=0; i<6; i++) *ptr++ = (tha ? *tha : intf->MAC).b[i];
1852 SendARP(mDNS *const m, const mDNSu8 op, const AuthRecord *const rr, const mDNSv4Addr *const spa, const mDNSEthAddr *const tha, const mDNSv4Addr *const tpa, const mDNSEthAddr *const dst) argument
1917 SendNDP(mDNS *const m, const mDNSu8 op, const mDNSu8 flags, const AuthRecord *const rr, const mDNSv6Addr *const spa, const mDNSEthAddr *const tha, const mDNSv6Addr *const tpa, const mDNSEthAddr *const dst) argument
H A DmDNSEmbeddedAPI.h517 mDNSEthAddr tha; variable
2633 extern void mDNSPlatformSetLocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID);

Completed in 8492 milliseconds