Searched refs:UDPMSGSIZE (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | svc_raw.c | 52 char _raw_buf[UDPMSGSIZE]; 95 xdrmem_create (&srp->xdr_stream, srp->_raw_buf, UDPMSGSIZE, XDR_FREE); in svcraw_create()
|
A D | clnt_raw.c | 60 char _raw_buf[UDPMSGSIZE]; 124 xdrmem_create (xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clntraw_create()
|
A D | pmap_rmt.c | 175 ifc.ifc_len = UDPMSGSIZE; in libc_hidden_def() 250 char outbuf[MAX_BROADCAST_SIZE], inbuf[UDPMSGSIZE]; in clnt_broadcast() 348 inlen = recvfrom (sock, inbuf, UDPMSGSIZE, 0, in clnt_broadcast()
|
A D | clnt_udp.c | 214 UDPMSGSIZE, UDPMSGSIZE); in libc_hidden_def() 222 char buf[UDPMSGSIZE]; in libc_hidden_def()
|
A D | svc_simple.c | 130 char xdrbuf[UDPMSGSIZE]; in universal()
|
A D | svc_udp.c | 189 return svcudp_bufcreate (sock, UDPMSGSIZE, UDPMSGSIZE); in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | clnt.h | 428 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
Completed in 8 milliseconds