Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dclnt_udp.c97 char *cu_outbuf; member
149 cu->cu_outbuf = &cu->cu_inbuf[recvsz]; in clntudp_bufcreate()
174 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, in clntudp_bufcreate()
275 (*(uint32_t *)(void *)(cu->cu_outbuf))++; in clntudp_call()
283 if (send(cu->cu_sock, cu->cu_outbuf, (u_int)outlen, 0) != outlen) { in clntudp_call()
353 *((uint32_t *)(void *)(cu->cu_outbuf))) in clntudp_call()
/src/lib/libc/rpc/
H A Dclnt_dg.c169 char *cu_outbuf; member
244 cu->cu_outbuf = &cu->cu_inbuf[recvsz]; in clnt_dg_create()
268 xdrmem_create(&cu->cu_outxdrs, cu->cu_outbuf, sendsz, XDR_ENCODE); in clnt_dg_create()
419 if (_sendto(cu->cu_fd, cu->cu_outbuf, outlen, 0, sa, salen) != outlen) { in clnt_dg_call()
482 *((u_int32_t *)(void *)(cu->cu_outbuf)))) { in clnt_dg_call()