Searched refs:cu_outbuf (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 109 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 D | clnt_budp.c | 89 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 D | clnt_udp.c | 92 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 D | rpcsec_gss_utils.c | 62 char cu_outbuf[MCALL_MSG_SIZE]; member
|