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

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c62 char cu_outbuf[MCALL_MSG_SIZE]; member in struct:cu_data
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c92 char *cu_outbuf; member in struct:cu_data
144 cu->cu_outbuf = &cu->cu_inbuf[recvsz];
169 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf,
261 (*(u_short *)(cu->cu_outbuf))++;
269 if (_sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0,
393 *((uint32_t *)(cu->cu_outbuf)))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c89 char *cu_outbuf; member in struct:cu_data
140 cu->cu_outbuf = &cu->cu_inbuf[recvsz];
164 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf,
279 (*(ushort_t *)(cu->cu_outbuf))++;
287 if (sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0,
363 *((uint32_t *)(cu->cu_outbuf))) {
366 *(uint32_t *)(cu->cu_outbuf));
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c109 char cu_outbuf[MCALL_MSG_SIZE]; member in struct:cu_data
210 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, ssz, XDR_ENCODE);
309 x_id = ntohl(*(uint32_t *)(cu->cu_outbuf)) + 1; /* set XID */
311 *(uint32_t *)cu->cu_outbuf = htonl(x_id);
314 if ((!XDR_PUTBYTES(xdrs, cu->cu_outbuf, cu->cu_xdrpos)) ||
323 uint32_t *u = (uint32_t *)&cu->cu_outbuf[cu->cu_xdrpos];
325 if (!__rpc_gss_wrap(cl->cl_auth, cu->cu_outbuf,
326 ((char *)u) - cu->cu_outbuf, xdrs, xargs, argsp)) {
543 *((uint32_t *)(cu->cu_outbuf)))
647 x_id = ntohl(*(uint32_t *)(cu->cu_outbuf))
[all...]

Completed in 62 milliseconds