- UNALIGNED_MEMCPY(&rxent->client, &ip->ip_src, sizeof(uint32_t));
- UNALIGNED_MEMCPY(&rxent->server, &ip->ip_dst, sizeof(uint32_t));
+ UNALIGNED_MEMCPY(&rxent->client, ip->ip_src, sizeof(uint32_t));
+ UNALIGNED_MEMCPY(&rxent->server, ip->ip_dst, sizeof(uint32_t));