Searched refs:call_msg (Results 1 – 7 of 7) sorted by relevance
95 struct rpc_msg call_msg; in clnt_raw_create() local118 call_msg.rm_direction = CALL; in clnt_raw_create()119 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_raw_create()121 call_msg.rm_call.cb_prog = (u_int32_t)prog; in clnt_raw_create()122 call_msg.rm_call.cb_vers = (u_int32_t)vers; in clnt_raw_create()124 if (! xdr_callhdr(xdrs, &call_msg)) in clnt_raw_create()
173 struct rpc_msg call_msg; in clnt_vc_create() local272 call_msg.rm_xid = ((u_int32_t)++disrupt) ^ __RPC_GETXID(&now); in clnt_vc_create()273 call_msg.rm_direction = CALL; in clnt_vc_create()274 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_vc_create()275 call_msg.rm_call.cb_prog = (u_int32_t)prog; in clnt_vc_create()276 call_msg.rm_call.cb_vers = (u_int32_t)vers; in clnt_vc_create()283 if (! xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { in clnt_vc_create()
173 struct rpc_msg call_msg; in clnt_dg_create() local260 call_msg.rm_xid = __RPC_GETXID(&now); in clnt_dg_create()261 call_msg.rm_call.cb_prog = program; in clnt_dg_create()262 call_msg.rm_call.cb_vers = version; in clnt_dg_create()265 if (! xdr_callhdr(&cu->cu_outxdrs, &call_msg)) { in clnt_dg_create()
125 struct rpc_msg call_msg; in clnt_bck_create() local153 call_msg.rm_xid = ct->ct_xid; in clnt_bck_create()154 call_msg.rm_direction = CALL; in clnt_bck_create()155 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_bck_create()156 call_msg.rm_call.cb_prog = (uint32_t)prog; in clnt_bck_create()157 call_msg.rm_call.cb_vers = (uint32_t)vers; in clnt_bck_create()164 if (!xdr_callhdr(&xdrs, &call_msg)) in clnt_bck_create()
139 struct rpc_msg call_msg; in clnt_vc_create() local228 call_msg.rm_xid = ct->ct_xid; in clnt_vc_create()229 call_msg.rm_direction = CALL; in clnt_vc_create()230 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_vc_create()231 call_msg.rm_call.cb_prog = (uint32_t)prog; in clnt_vc_create()232 call_msg.rm_call.cb_vers = (uint32_t)vers; in clnt_vc_create()239 if (! xdr_callhdr(&xdrs, &call_msg)) { in clnt_vc_create()
192 struct rpc_msg call_msg; in clnt_dg_create() local249 call_msg.rm_xid = cu->cu_xid; in clnt_dg_create()250 call_msg.rm_call.cb_prog = program; in clnt_dg_create()251 call_msg.rm_call.cb_vers = version; in clnt_dg_create()253 if (! xdr_callhdr(&xdrs, &call_msg)) { in clnt_dg_create()
607 struct rpc_msg call_msg; in rpcbproc_callit_com() local655 call_msg.rm_xid = 0; /* For error checking purposes */ in rpcbproc_callit_com()764 versnum, &call_msg.rm_xid)) { in rpcbproc_callit_com()790 *xidp, call_msg.rm_xid); in rpcbproc_callit_com()792 call_msg.rm_direction = CALL; in rpcbproc_callit_com()793 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in rpcbproc_callit_com()794 call_msg.rm_call.cb_prog = a.rmt_prog; in rpcbproc_callit_com()795 call_msg.rm_call.cb_vers = a.rmt_vers; in rpcbproc_callit_com()814 if (!xdr_callhdr(&outxdr, &call_msg)) { in rpcbproc_callit_com()902 if (call_msg.rm_xid != 0) in rpcbproc_callit_com()[all …]