Home
last modified time | relevance | path

Searched refs:UDPMSGSIZE (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_raw.c52 char _raw_buf[UDPMSGSIZE];
95 xdrmem_create (&srp->xdr_stream, srp->_raw_buf, UDPMSGSIZE, XDR_FREE); in svcraw_create()
A Dclnt_raw.c60 char _raw_buf[UDPMSGSIZE];
124 xdrmem_create (xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clntraw_create()
A Dpmap_rmt.c175 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 Dclnt_udp.c214 UDPMSGSIZE, UDPMSGSIZE); in libc_hidden_def()
222 char buf[UDPMSGSIZE]; in libc_hidden_def()
A Dsvc_simple.c130 char xdrbuf[UDPMSGSIZE]; in universal()
A Dsvc_udp.c189 return svcudp_bufcreate (sock, UDPMSGSIZE, UDPMSGSIZE); in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dclnt.h428 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro

Completed in 8 milliseconds