Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dclnt_udp.c120 unsigned int sendsz, in clntudp_bufcreate() argument
134 sendsz = ((sendsz + 3) / 4) * 4; in clntudp_bufcreate()
136 cu = (struct cu_data *) rt_malloc (sizeof(*cu) + sendsz + recvsz); in clntudp_bufcreate()
166 cu->cu_sendsz = sendsz; in clntudp_bufcreate()
173 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, sendsz, XDR_ENCODE); in clntudp_bufcreate()

Completed in 9 milliseconds