/freebsd/sys/rpc/ |
H A D | replay.c | 164 if (rce->rce_repmsg.rm_xid) in replay_prune() 177 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE; in replay_find() 182 if (rce->rce_msg.rm_xid == msg->rm_xid in replay_find() 188 if (rce->rce_repmsg.rm_xid) { in replay_find() 231 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE; in replay_setreply() 242 if (rce->rce_msg.rm_xid == repmsg->rm_xid in replay_setreply()
|
H A D | rpc_callmsg.c | 69 IXDR_PUT_INT32(buf, cmsg->rm_xid); in xdr_callmsg() 103 cmsg->rm_xid = IXDR_GET_UINT32(buf); in xdr_callmsg() 184 xdr_uint32_t(xdrs, &(cmsg->rm_xid)) && in xdr_callmsg()
|
H A D | rpc_prot.c | 181 rmsg->rm_xid = IXDR_GET_UINT32(buf); in xdr_replymsg() 203 xdr_uint32_t(xdrs, &(rmsg->rm_xid)) && in xdr_replymsg() 232 xdr_uint32_t(xdrs, &(cmsg->rm_xid)) && in xdr_callhdr()
|
H A D | svc.c | 698 rply.rm_xid = rqstp->rq_xid; in svc_sendreply() 724 rply.rm_xid = rqstp->rq_xid; in svc_sendreply_mbuf() 744 rply.rm_xid = rqstp->rq_xid; in svcerr_noproc() 766 rply.rm_xid = rqstp->rq_xid; in svcerr_decode() 788 rply.rm_xid = rqstp->rq_xid; in svcerr_systemerr() 810 rply.rm_xid = rqstp->rq_xid; in svcerr_auth() 842 rply.rm_xid = rqstp->rq_xid; in svcerr_noprog() 864 rply.rm_xid = rqstp->rq_xid; in svcerr_progvers() 969 r->rq_xid = msg.rm_xid; in svc_getreq()
|
H A D | rpc_msg.h | 148 uint32_t rm_xid; member
|
H A D | clnt_bck.c | 150 call_msg.rm_xid = ct->ct_xid; in clnt_bck_create()
|
H A D | clnt_nl.c | 213 .rm_xid = nl->nl_xid, in client_nl_create()
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_callmsg.c | 73 IXDR_PUT_INT32(buf, cmsg->rm_xid); in xdr_callmsg() 107 cmsg->rm_xid = IXDR_GET_U_INT32(buf); in xdr_callmsg() 188 xdr_u_int32_t(xdrs, &(cmsg->rm_xid)) && in xdr_callmsg()
|
H A D | svc_nl.c | 218 sc->xid = msg->rm_xid; in svc_nl_recv() 268 msg->rm_xid = __isthreaded ? in svc_nl_reply() 310 nw.hdr->nlmsg_seq = msg->rm_xid; in svc_nl_reply()
|
H A D | rpc_prot.c | 184 xdr_u_int32_t(xdrs, &(rmsg->rm_xid)) && in xdr_replymsg() 213 xdr_u_int32_t(xdrs, &(cmsg->rm_xid)) && in xdr_callhdr()
|
H A D | clnt_bcast.c | 374 msg.rm_xid = __RPC_GETXID(&t); in rpc_broadcast_exp() 403 msg.rm_xid++; /* One way to distinguish */ in rpc_broadcast_exp()
|
H A D | clnt_raw.c | 162 clp->u.mashl_rpcmsg.rm_xid ++ ; in clnt_raw_call()
|
H A D | clnt_vc.c | 267 call_msg.rm_xid = ((u_int32_t)++disrupt) ^ __RPC_GETXID(&now); in clnt_vc_create() 409 if (reply_msg.rm_xid == x_id) in clnt_vc_call()
|
H A D | svc_dg.c | 282 su->su_xid = msg->rm_xid; in svc_dg_recv() 339 msg->rm_xid = su->su_xid; in svc_dg_reply()
|
H A D | svc_vc.c | 586 cd->x_id = msg->rm_xid; in svc_vc_recv() 635 msg->rm_xid = cd->x_id; in svc_vc_reply()
|
/freebsd/contrib/tcpdump/ |
H A D | print-sunrpc.c | 171 GET_BE_U_4(rp->rm_xid)); in sunrpc_print() 175 GET_BE_U_4(rp->rm_xid)); in sunrpc_print()
|
H A D | rpc_msg.h | 117 nd_uint32_t rm_xid; member
|
H A D | print-nfs.c | 344 GET_BE_U_4(rp->rm_xid)); in nfsreply_print() 348 GET_BE_U_4(rp->rm_xid)); in nfsreply_print() 976 UNALIGNED_MEMCPY(&xmep->xid, &rp->rm_xid, sizeof(xmep->xid)); in xid_map_enter() 1010 UNALIGNED_MEMCPY(&xid, &rp->rm_xid, sizeof(xmep->xid)); in xid_map_find()
|
H A D | print-udp.c | 529 GET_BE_U_4(rp->rm_xid)); in udp_print() 536 GET_BE_U_4(rp->rm_xid)); in udp_print()
|
H A D | print-tcp.c | 811 GET_BE_U_4(rp->rm_xid)); in tcp_print() 817 GET_BE_U_4(rp->rm_xid)); in tcp_print()
|
/freebsd/usr.bin/genl/ |
H A D | parser_rpc.c | 86 msg.rm_xid = IXDR_GET_U_INT32(buf); in parser_rpc() 93 msg.rm_direction == CALL ? "CALL" : "REPLY", msg.rm_xid, in parser_rpc()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 652 call_msg.rm_xid = 0; /* For error checking purposes */ in rpcbproc_callit_com() 761 versnum, &call_msg.rm_xid)) { in rpcbproc_callit_com() 787 *xidp, call_msg.rm_xid); in rpcbproc_callit_com() 899 if (call_msg.rm_xid != 0) in rpcbproc_callit_com() 900 (void) free_slot_by_xid(call_msg.rm_xid); in rpcbproc_callit_com() 1270 fi = forward_find(reply_msg.rm_xid); in handle_reply() 1274 reply_msg.rm_xid, fi); in handle_reply() 1309 if (reply_msg.rm_xid == 0) { in handle_reply() 1316 (void) free_slot_by_xid(reply_msg.rm_xid); in handle_reply()
|
/freebsd/include/rpc/ |
H A D | rpc_msg.h | 148 u_int32_t rm_xid; member
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_proxy.h | 402 u_32_t *rm_xid; member
|
H A D | ip_rpcb_pxy.c | 416 rm->rm_xid = p; in ipf_p_rpcb_decodereq() 836 rm->rm_xid = p; in ipf_p_rpcb_decoderep()
|