Searched refs:call_msg (Results 1 – 4 of 4) sorted by relevance
95 struct rpc_msg call_msg; in clntraw_create() local109 call_msg.rm_direction = CALL; in clntraw_create()110 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntraw_create()111 call_msg.rm_call.cb_prog = prog; in clntraw_create()112 call_msg.rm_call.cb_vers = vers; in clntraw_create()114 if (!xdr_callhdr (xdrs, &call_msg)) in clntraw_create()
118 struct rpc_msg call_msg; in clnttcp_create() local182 call_msg.rm_xid = _create_xid (); in clnttcp_create()183 call_msg.rm_direction = CALL; in clnttcp_create()184 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnttcp_create()185 call_msg.rm_call.cb_prog = prog; in clnttcp_create()186 call_msg.rm_call.cb_vers = vers; in clnttcp_create()193 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clnttcp_create()
115 struct rpc_msg call_msg; in clntunix_create() local163 call_msg.rm_xid = _create_xid (); in clntunix_create()164 call_msg.rm_direction = CALL; in clntunix_create()165 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntunix_create()166 call_msg.rm_call.cb_prog = prog; in clntunix_create()167 call_msg.rm_call.cb_vers = vers; in clntunix_create()173 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clntunix_create()
122 struct rpc_msg call_msg; in clntudp_bufcreate() local157 call_msg.rm_xid = _create_xid (); in clntudp_bufcreate()158 call_msg.rm_direction = CALL; in clntudp_bufcreate()159 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntudp_bufcreate()160 call_msg.rm_call.cb_prog = program; in clntudp_bufcreate()161 call_msg.rm_call.cb_vers = version; in clntudp_bufcreate()164 if (!xdr_callhdr (&(cu->cu_outxdrs), &call_msg)) in clntudp_bufcreate()
Completed in 6 milliseconds