Searched refs:cu_outbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_dg.c133 char *cu_outbuf; member in struct:cu_data
246 cu->cu_outbuf = &cu->cu_inbuf[recvsz];
270 xdrmem_create(&cu->cu_outxdrs, cu->cu_outbuf, sendsz, XDR_ENCODE);
425 if (_sendto(cu->cu_fd, cu->cu_outbuf, outlen, 0, sa, salen) != outlen) {
488 *((u_int32_t *)(void *)(cu->cu_outbuf)))) {

Completed in 45 milliseconds