Searched refs:cu_outbuf (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sunrpc/ |
D | clnt_udp.c | 102 char *cu_outbuf; member 145 cu->cu_outbuf = &cu->cu_inbuf[recvsz]; in __libc_clntudp_bufcreate() 171 xdrmem_create (&(cu->cu_outxdrs), cu->cu_outbuf, sendsz, XDR_ENCODE); in __libc_clntudp_bufcreate() 337 (*(uint32_t *) (cu->cu_outbuf))++; in clntudp_call() 345 if (__sendto (cu->cu_sock, cu->cu_outbuf, outlen, 0, in clntudp_call() 438 && memcmp (cbuf + 256, cu->cu_outbuf, ret) == 0 in clntudp_call() 478 || memcmp (cu->cu_inbuf, cu->cu_outbuf, in clntudp_call() 591 memcpy (&ui32, cu->cu_outbuf, sizeof (ui32)); in clntudp_control() 599 memcpy (cu->cu_outbuf, &ui32, sizeof (ui32)); in clntudp_control() 609 memcpy (&ui32, cu->cu_outbuf + 4 * BYTES_PER_XDR_UNIT, sizeof (ui32)); in clntudp_control() [all …]
|
D | tst-udp-nonblocking.c | 223 char *cu_outbuf; in do_test() member 252 *((uint32_t *) (cu->cu_outbuf)) = servers[i].xid - 1; in do_test()
|
/glibc-2.36/nis/ |
D | nis_findserv.c | 42 char *cu_outbuf; member 160 *((uint32_t *) (cu->cu_outbuf)) = pings[i].xid - 1; in __nis_findfastest_with_timeout()
|