Searched refs:rm_xid (Results 1 – 11 of 11) sorted by relevance
58 u_long rm_xid; member150 if (offsetof (struct rpc_msg, rm_xid) != 0) in libc_hidden_nolink_sunrpc()152 clp->mashl_callmsg.rm_xid++; in libc_hidden_nolink_sunrpc()
64 (void) IXDR_PUT_LONG (buf, cmsg->rm_xid); in xdr_callmsg()100 cmsg->rm_xid = IXDR_GET_LONG (buf); in xdr_callmsg()186 xdr_u_long (xdrs, &(cmsg->rm_xid)) && in xdr_callmsg()
264 msg.rm_xid = xid = _create_xid (); in clnt_broadcast()354 if (((uint32_t) msg.rm_xid == (uint32_t) xid) && in clnt_broadcast()367 if ((uint32_t) msg.rm_xid == (uint32_t) xid) in clnt_broadcast()
135 if (xdr_u_long (xdrs, &(rmsg->rm_xid)) && in xdr_replymsg()159 xdr_u_long (xdrs, &(cmsg->rm_xid)) && in libc_hidden_nolink_sunrpc()
401 cd->x_id = msg->rm_xid; in svctcp_recv()432 msg->rm_xid = cd->x_id; in svctcp_reply()
503 cd->x_id = msg->rm_xid; in svcunix_recv()540 msg->rm_xid = cd->x_id; in svcunix_reply()
181 call_msg.rm_xid = _create_xid (); in clnttcp_create()294 if ((uint32_t) reply_msg.rm_xid == (uint32_t) x_id) in libc_hidden_def()
166 call_msg.rm_xid = _create_xid (); in clntunix_create()271 if (reply_msg.rm_xid == x_id) in libc_hidden_nolink_sunrpc()
304 su->su_xid = msg->rm_xid; in svcudp_recv()340 msg->rm_xid = su->su_xid; in svcudp_reply()
166 call_msg.rm_xid = _create_xid (); in __libc_clntudp_bufcreate()
150 u_long rm_xid; member
Completed in 29 milliseconds