Home
last modified time | relevance | path

Searched refs:call_msg (Results 1 – 1 of 1) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dclnt_udp.c125 struct rpc_msg call_msg; in clntudp_bufcreate() local
168call_msg.rm_xid = (uint32_t)(((unsigned long)rt_thread_self()) ^ ((unsigned long)rt_tick_get()) ^ … in clntudp_bufcreate()
169 call_msg.rm_direction = CALL; in clntudp_bufcreate()
170 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntudp_bufcreate()
171 call_msg.rm_call.cb_prog = program; in clntudp_bufcreate()
172 call_msg.rm_call.cb_vers = version; in clntudp_bufcreate()
174 if (!xdr_callhdr(&(cu->cu_outxdrs), &call_msg)) in clntudp_bufcreate()

Completed in 2 milliseconds