Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:UNALIGNED_MEMCPY

269                                 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
270 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip6->ip6_src);
273 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
274 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip6->ip6_src);
325 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip->ip_dst);
326 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip->ip_src);
329 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip->ip_dst);
330 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip->ip_src);