Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c109 char cu_outbuf[MCALL_MSG_SIZE]; member
210 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, ssz, XDR_ENCODE); in clnt_dg_create()
309 x_id = ntohl(*(uint32_t *)(cu->cu_outbuf)) + 1; /* set XID */ in clnt_dg_call()
311 *(uint32_t *)cu->cu_outbuf = htonl(x_id); in clnt_dg_call()
314 if ((!XDR_PUTBYTES(xdrs, cu->cu_outbuf, cu->cu_xdrpos)) || in clnt_dg_call()
323 uint32_t *u = (uint32_t *)&cu->cu_outbuf[cu->cu_xdrpos]; in clnt_dg_call()
325 if (!__rpc_gss_wrap(cl->cl_auth, cu->cu_outbuf, in clnt_dg_call()
326 ((char *)u) - cu->cu_outbuf, xdrs, xargs, argsp)) { in clnt_dg_call()
543 *((uint32_t *)(cu->cu_outbuf))) in clnt_dg_call()
647 x_id = ntohl(*(uint32_t *)(cu->cu_outbuf)) + 1; /* set XID */ in clnt_dg_send()
[all …]
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c89 char *cu_outbuf; member
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));
/titanic_41/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c92 char *cu_outbuf; member
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)))
/titanic_41/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c62 char cu_outbuf[MCALL_MSG_SIZE]; member