Searched refs:cu_outbuf (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/krb5/src/lib/rpc/ |
| H A D | clnt_udp.c | 97 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 D | clnt_dg.c | 169 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()
|