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

/external/tcpdump/
H A Dprint-tcp.c72 struct tha { struct
80 struct tha addr;
255 struct tha6 tha; local
267 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
268 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip6->ip6_src);
269 tha.port = dport << 16 | sport;
271 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
272 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip6->ip6_src);
273 tha.port = sport << 16 | dport;
276 for (th = &tcp_seq_hash[tha
311 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 DmDNSEmbeddedAPI.h517 mDNSEthAddr tha; variable
2633 extern void mDNSPlatformSetLocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID);
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

Completed in 95 milliseconds