Searched refs:UNALIGNED_MEMCPY (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-rt6.c96 UNALIGNED_MEMCPY(&ip6->ip6_dst, last_addr, sizeof (struct in6_addr));
H A Dprint-isakmp.c799 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in4, &ip->ip_src, sizeof(struct in_addr));
800 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in4, &ip->ip_dst, sizeof(struct in_addr));
806 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in6, &ip6->ip6_src, sizeof(struct in6_addr));
807 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in6, &ip6->ip6_dst, sizeof(struct in6_addr));
813 UNALIGNED_MEMCPY(&cookiecache[ninitiator].initiator, in, sizeof(*in));
1008 UNALIGNED_MEMCPY(&sa, ext, sizeof(sa));
1034 UNALIGNED_MEMCPY(&ident, ext + 1, sizeof(ident));
1065 UNALIGNED_MEMCPY(&prop, ext, sizeof(prop));
1232 UNALIGNED_MEMCPY(&t, ext, sizeof(t));
1294 UNALIGNED_MEMCPY(
[all...]
H A Dprint-ip6.c60 UNALIGNED_MEMCPY(&ph.ph_src, &ip6->ip6_src, sizeof (struct in6_addr));
61 UNALIGNED_MEMCPY(&ph.ph_dst, &ip6->ip6_dst, sizeof (struct in6_addr));
H A Dprint-tcp.c269 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);
H A Dprint-ip.c123 UNALIGNED_MEMCPY(&retval, cp + len - 4, 4);
128 UNALIGNED_MEMCPY(&retval, &ip->ip_dst.s_addr, sizeof(uint32_t));
153 UNALIGNED_MEMCPY(&ph.src, &ip->ip_src.s_addr, sizeof(uint32_t));
155 UNALIGNED_MEMCPY(&ph.dst, &ip->ip_dst.s_addr, sizeof(uint32_t));
H A Dprint-nfs.c910 UNALIGNED_MEMCPY(&xmep->xid, &rp->rm_xid, sizeof(xmep->xid));
913 UNALIGNED_MEMCPY(&xmep->client, &ip->ip_src, sizeof(ip->ip_src));
914 UNALIGNED_MEMCPY(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst));
919 UNALIGNED_MEMCPY(&xmep->client, &ip6->ip6_src, sizeof(ip6->ip6_src));
920 UNALIGNED_MEMCPY(&xmep->server, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
H A Dnetdissect.h341 #define UNALIGNED_MEMCPY(p, q, l) unaligned_memcpy((p), (q), (l)) macro
348 #define UNALIGNED_MEMCPY(p, q, l) memcpy((p), (q), (l)) macro

Completed in 153 milliseconds