Searched refs:cu_outbuf (Results 1 – 1 of 1) sorted by relevance
94 char *cu_outbuf; member142 cu->cu_outbuf = &cu->cu_inbuf[recvsz]; in clntudp_bufcreate()173 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, sendsz, XDR_ENCODE); in clntudp_bufcreate()240 (*(unsigned long *) (cu->cu_outbuf))++; in clntudp_call()251 if (sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0, in clntudp_call()290 if (*((uint32_t *) (cu->cu_inbuf)) != *((uint32_t *) (cu->cu_outbuf))) in clntudp_call()
Completed in 4 milliseconds