Searched refs:call_msg (Results 1 – 4 of 4) sorted by relevance
89 struct rpc_msg call_msg; in clntraw_create() local105 call_msg.rm_direction = CALL; in clntraw_create()106 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntraw_create()107 call_msg.rm_call.cb_prog = prog; in clntraw_create()108 call_msg.rm_call.cb_vers = vers; in clntraw_create()110 if (!xdr_callhdr (xdrs, &call_msg)) in clntraw_create()
117 struct rpc_msg call_msg; in clnttcp_create() local181 call_msg.rm_xid = _create_xid (); in clnttcp_create()182 call_msg.rm_direction = CALL; in clnttcp_create()183 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnttcp_create()184 call_msg.rm_call.cb_prog = prog; in clnttcp_create()185 call_msg.rm_call.cb_vers = vers; in clnttcp_create()191 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clnttcp_create()
118 struct rpc_msg call_msg; in clntunix_create() local166 call_msg.rm_xid = _create_xid (); in clntunix_create()167 call_msg.rm_direction = CALL; in clntunix_create()168 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntunix_create()169 call_msg.rm_call.cb_prog = prog; in clntunix_create()170 call_msg.rm_call.cb_vers = vers; in clntunix_create()176 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clntunix_create()
130 struct rpc_msg call_msg; in __libc_clntudp_bufcreate() local166 call_msg.rm_xid = _create_xid (); in __libc_clntudp_bufcreate()167 call_msg.rm_direction = CALL; in __libc_clntudp_bufcreate()168 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in __libc_clntudp_bufcreate()169 call_msg.rm_call.cb_prog = program; in __libc_clntudp_bufcreate()170 call_msg.rm_call.cb_vers = version; in __libc_clntudp_bufcreate()172 if (!xdr_callhdr (&(cu->cu_outxdrs), &call_msg)) in __libc_clntudp_bufcreate()
Completed in 9 milliseconds