Searched refs:rm_xid (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.3-release/sys/rpc/
H A Dreplay.c164 if (rce->rce_repmsg.rm_xid)
177 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE;
182 if (rce->rce_msg.rm_xid == msg->rm_xid
188 if (rce->rce_repmsg.rm_xid) {
231 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE;
242 if (rce->rce_msg.rm_xid == repmsg->rm_xid
H A Drpc_msg.h150 uint32_t rm_xid; member in struct:rpc_msg
H A Drpc_callmsg.c73 IXDR_PUT_INT32(buf, cmsg->rm_xid);
107 cmsg->rm_xid = IXDR_GET_UINT32(buf);
188 xdr_uint32_t(xdrs, &(cmsg->rm_xid)) &&
H A Drpc_prot.c187 rmsg->rm_xid = IXDR_GET_UINT32(buf);
209 xdr_uint32_t(xdrs, &(rmsg->rm_xid)) &&
221 * The fields include: rm_xid, rm_direction, rpcvers, prog, and vers.
222 * The rm_xid is not really static, but the user can easily munge on the fly.
238 xdr_uint32_t(xdrs, &(cmsg->rm_xid)) &&
H A Dsvc.c656 rply.rm_xid = rqstp->rq_xid;
682 rply.rm_xid = rqstp->rq_xid;
702 rply.rm_xid = rqstp->rq_xid;
724 rply.rm_xid = rqstp->rq_xid;
746 rply.rm_xid = rqstp->rq_xid;
768 rply.rm_xid = rqstp->rq_xid;
800 rply.rm_xid = rqstp->rq_xid;
822 rply.rm_xid = rqstp->rq_xid;
928 r->rq_xid = msg.rm_xid;
H A Dclnt_bck.c153 call_msg.rm_xid = ct->ct_xid;
H A Dclnt_dg.c247 call_msg.rm_xid = cu->cu_xid;
/freebsd-10.3-release/contrib/tcpdump/
H A Drpc_msg.h119 u_int32_t rm_xid; member in struct:sunrpc_msg
H A Dprint-sunrpc.c102 EXTRACT_32BITS(&rp->rm_xid));
106 EXTRACT_32BITS(&rp->rm_xid));
H A Dprint-nfs.c302 TCHECK(rp->rm_xid);
306 EXTRACT_32BITS(&rp->rm_xid));
310 EXTRACT_32BITS(&rp->rm_xid));
520 TCHECK(rp->rm_xid);
523 EXTRACT_32BITS(&rp->rm_xid));
527 EXTRACT_32BITS(&rp->rm_xid));
964 xmep->xid = rp->rm_xid;
992 u_int32_t xid = rp->rm_xid;
/freebsd-10.3-release/include/rpc/
H A Drpc_msg.h150 u_int32_t rm_xid; member in struct:rpc_msg
/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_callmsg.c80 IXDR_PUT_INT32(buf, cmsg->rm_xid);
114 cmsg->rm_xid = IXDR_GET_U_INT32(buf);
195 xdr_u_int32_t(xdrs, &(cmsg->rm_xid)) &&
H A Drpc_prot.c199 xdr_u_int32_t(xdrs, &(rmsg->rm_xid)) &&
211 * The fields include: rm_xid, rm_direction, rpcvers, prog, and vers.
212 * The rm_xid is not really static, but the user can easily munge on the fly.
230 xdr_u_int32_t(xdrs, &(cmsg->rm_xid)) &&
H A Dclnt_raw.c175 clp->u.mashl_rpcmsg.rm_xid ++ ;
H A Dclnt_bcast.c374 msg.rm_xid = __RPC_GETXID(&t);
403 msg.rm_xid++; /* One way to distinguish */
H A Dclnt_vc.c269 call_msg.rm_xid = ((u_int32_t)++disrupt) ^ __RPC_GETXID(&now);
422 if (reply_msg.rm_xid == x_id)
H A Dsvc_dg.c292 su->su_xid = msg->rm_xid;
351 msg->rm_xid = su->su_xid;
H A Dsvc_vc.c621 cd->x_id = msg->rm_xid;
678 msg->rm_xid = cd->x_id;
H A Dclnt_dg.c256 call_msg.rm_xid = __RPC_GETXID(&now);
/freebsd-10.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c70 mp->rm_xid = 0;
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c649 call_msg.rm_xid = 0; /* For error checking purposes */
764 call_msg.rm_xid = forward_register(*xidp,
766 if (call_msg.rm_xid == 0) {
776 } else if (call_msg.rm_xid == -1) {
789 *xidp, call_msg.rm_xid);
901 if (call_msg.rm_xid != 0)
902 (void) free_slot_by_xid(call_msg.rm_xid);
1240 fi = forward_find(reply_msg.rm_xid);
1244 reply_msg.rm_xid, fi);
1281 if (reply_msg.rm_xid
[all...]
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c658 call_msg.rm_xid = 0; /* For error checking purposes */
769 versnum, &call_msg.rm_xid)) {
795 *xidp, call_msg.rm_xid);
907 if (call_msg.rm_xid != 0)
908 (void) free_slot_by_xid(call_msg.rm_xid);
1266 fi = forward_find(reply_msg.rm_xid);
1270 reply_msg.rm_xid, fi);
1307 if (reply_msg.rm_xid == 0) {
1314 (void) free_slot_by_xid(reply_msg.rm_xid);
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h405 u_32_t *rm_xid; member in struct:rpc_msg
H A Dip_rpcb_pxy.c432 rm->rm_xid = p;
876 rm->rm_xid = p;
/freebsd-10.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c768 IXDR_PUT_LONG(buf, msg->rm_xid);

Completed in 140 milliseconds

12