Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c110 char cu_outbuf[MCALL_MSG_SIZE]; member
312 *(uint32_t *)cu->cu_outbuf = htonl(x_id); in clnt_dg_call()
324 uint32_t *u = (uint32_t *)&cu->cu_outbuf[cu->cu_xdrpos]; in clnt_dg_call()
326 if (!__rpc_gss_wrap(cl->cl_auth, cu->cu_outbuf, in clnt_dg_call()
327 ((char *)u) - cu->cu_outbuf, xdrs, xargs, argsp)) { in clnt_dg_call()
544 *((uint32_t *)(cu->cu_outbuf))) in clnt_dg_call()
650 *(uint32_t *)cu->cu_outbuf = htonl(x_id); in clnt_dg_send()
664 if (!__rpc_gss_wrap(cl->cl_auth, cu->cu_outbuf, in clnt_dg_send()
665 ((char *)u) - cu->cu_outbuf, xdrs, xargs, argsp)) { in clnt_dg_send()
801 *(uint32_t *)info = ntohl(*(uint32_t *)cu->cu_outbuf); in clnt_dg_control()
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c87 char *cu_outbuf; member
133 cu->cu_outbuf = &cu->cu_inbuf[recvsz]; in clntbudp_bufcreate()
157 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, in clntbudp_bufcreate()
262 (*(ushort_t *)(cu->cu_outbuf))++; in clntbudp_call()
270 if (sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0, in clntbudp_call()
346 *((uint32_t *)(cu->cu_outbuf))) { in clntbudp_call()
349 *(uint32_t *)(cu->cu_outbuf)); in clntbudp_call()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c90 char *cu_outbuf; member
142 cu->cu_outbuf = &cu->cu_inbuf[recvsz];
167 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf,
259 (*(u_short *)(cu->cu_outbuf))++;
267 if (_sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0,
391 *((uint32_t *)(cu->cu_outbuf)))
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c60 char cu_outbuf[MCALL_MSG_SIZE]; member