Lines Matching refs:cu_outbuf
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()
650 *(uint32_t *)cu->cu_outbuf = htonl(x_id); in clnt_dg_send()
653 if ((!XDR_PUTBYTES(xdrs, cu->cu_outbuf, cu->cu_xdrpos)) || in clnt_dg_send()
662 uint32_t *u = (uint32_t *)&cu->cu_outbuf[cu->cu_xdrpos]; 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()
807 *(uint32_t *)cu->cu_outbuf = htonl(*(uint32_t *)info - 1); in clnt_dg_control()
819 *(uint32_t *)info = ntohl(*(uint32_t *)(cu->cu_outbuf + in clnt_dg_control()
825 *(uint32_t *)(cu->cu_outbuf + 4 * BYTES_PER_XDR_UNIT) = in clnt_dg_control()
838 *(uint32_t *)info = ntohl(*(uint32_t *)(cu->cu_outbuf + in clnt_dg_control()
844 *(uint32_t *)(cu->cu_outbuf + 3 * BYTES_PER_XDR_UNIT) = in clnt_dg_control()