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

  /external/tcpdump/
print-tcp.c 71 struct tha { struct
84 struct tha addr;
316 struct tha tha; local
324 memset(&tha, 0, sizeof(tha));
336 memcpy(&tha.src, dst, sizeof ip6->ip6_dst);
337 memcpy(&tha.dst, src, sizeof ip6->ip6_src);
338 tha.port = dport << 16 | sport;
340 memcpy(&tha.dst, dst, sizeof ip6->ip6_dst)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 517 mDNSEthAddr tha; variable
    [all...]

Completed in 177 milliseconds