HomeSort by: relevance | last modified time | path
    Searched refs:UNALIGNED_MEMCPY (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-enc.c 132 UNALIGNED_MEMCPY(&af, &hdr->af, sizeof (af));
133 UNALIGNED_MEMCPY(&flags, &hdr->flags, sizeof (flags));
print-tcp.c 278 UNALIGNED_MEMCPY(&tha.src, dst, sizeof(ip6->ip6_dst));
279 UNALIGNED_MEMCPY(&tha.dst, src, sizeof(ip6->ip6_src));
282 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof(ip6->ip6_dst));
283 UNALIGNED_MEMCPY(&tha.src, src, sizeof(ip6->ip6_src));
338 UNALIGNED_MEMCPY(&tha.src, ip->ip_dst,
340 UNALIGNED_MEMCPY(&tha.dst, ip->ip_src,
344 UNALIGNED_MEMCPY(&tha.dst, ip->ip_dst,
346 UNALIGNED_MEMCPY(&tha.src, ip->ip_src,
extract.h 339 UNALIGNED_MEMCPY(&val, p, sizeof(uint16_t));
348 UNALIGNED_MEMCPY(&val, p, sizeof(int16_t));
357 UNALIGNED_MEMCPY(&val, p, sizeof(uint32_t));
366 UNALIGNED_MEMCPY(&val, p, sizeof(int32_t));
382 UNALIGNED_MEMCPY(&addr, p, sizeof(uint32_t));
864 UNALIGNED_MEMCPY(dst, p, len);
print-nfs.c 985 UNALIGNED_MEMCPY(&xmep->xid, &rp->rm_xid, sizeof(xmep->xid));
988 UNALIGNED_MEMCPY(&xmep->client, ip->ip_src,
990 UNALIGNED_MEMCPY(&xmep->server, ip->ip_dst,
994 UNALIGNED_MEMCPY(&xmep->client, ip6->ip6_src,
996 UNALIGNED_MEMCPY(&xmep->server, ip6->ip6_dst,
1020 UNALIGNED_MEMCPY(&xid, &rp->rm_xid, sizeof(xmep->xid));
netdissect.h 487 #define UNALIGNED_MEMCPY(p, q, l) memcpy((p), (q), (l))
501 extern void unaligned_memcpy(void *, const void *, size_t);
503 #define UNALIGNED_MEMCPY(p, q, l) unaligned_memcpy((p), (q), (l))
print-isakmp.c 783 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in4,
785 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in4,
791 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in6,
793 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in6,
799 UNALIGNED_MEMCPY(&cookiecache[ninitiator].initiator, in, sizeof(*in));

Completed in 34 milliseconds