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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-nfs.c871 struct xid_map_entry *xmep; local
886 xmep = &xid_map[xid_map_next];
891 UNALIGNED_MEMCPY(&xmep->xid, &rp->rm_xid, sizeof(xmep->xid));
893 xmep->ipver = 4;
894 UNALIGNED_MEMCPY(&xmep->client, &ip->ip_src, sizeof(ip->ip_src));
895 UNALIGNED_MEMCPY(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst));
898 xmep->ipver = 6;
899 UNALIGNED_MEMCPY(&xmep->client, &ip6->ip6_src, sizeof(ip6->ip6_src));
900 UNALIGNED_MEMCPY(&xmep
916 struct xid_map_entry *xmep; local
[all...]

Completed in 46 milliseconds