Searched refs:sendsz (Results 1 – 1 of 1) sorted by relevance
120 unsigned int sendsz, in clntudp_bufcreate() argument134 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