Searched refs:cu_outbuf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 110 char cu_outbuf[MCALL_MSG_SIZE]; member 211 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, ssz, XDR_ENCODE); in clnt_dg_create() 310 x_id = ntohl(*(uint32_t *)(cu->cu_outbuf)) + 1; /* set XID */ in clnt_dg_call() 312 *(uint32_t *)cu->cu_outbuf = htonl(x_id); in clnt_dg_call() 315 if ((!XDR_PUTBYTES(xdrs, cu->cu_outbuf, cu->cu_xdrpos)) || 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() 648 x_id = ntohl(*(uint32_t *)(cu->cu_outbuf)) + 1; /* set XID */ in clnt_dg_send() [all …]
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_budp.c | 87 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 D | clnt_udp.c | 90 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 D | rpcsec_gss_utils.c | 60 char cu_outbuf[MCALL_MSG_SIZE]; member
|