Searched refs:cu_outbuf (Results 1 – 1 of 1) sorted by relevance
94 char *cu_outbuf; member136 cu->cu_outbuf = &cu->cu_inbuf[recvsz]; in clntudp_bufcreate()162 xdrmem_create (&(cu->cu_outxdrs), cu->cu_outbuf, in clntudp_bufcreate()292 (*(uint32_t *) (cu->cu_outbuf))++; in clntudp_call()300 if (sendto (cu->cu_sock, cu->cu_outbuf, outlen, 0, in clntudp_call()385 && memcmp (cbuf + 256, cu->cu_outbuf, ret) == 0 in clntudp_call()426 != *((u_int32_t *) (cu->cu_outbuf)))) in clntudp_call()534 *(u_long *)info = ntohl(*(u_long *)cu->cu_outbuf); in clntudp_control()548 *(u_long *)info = ntohl(*(u_long *)(cu->cu_outbuf + in clntudp_control()552 *(u_long *)(cu->cu_outbuf + 4 * BYTES_PER_XDR_UNIT) in clntudp_control()[all …]
Completed in 3 milliseconds