Searched refs:UDPMSGSIZE (Results 1 – 7 of 7) sorted by relevance
/sunrpc/ |
A D | svc_raw.c | 46 char _raw_buf[UDPMSGSIZE]; 85 xdrmem_create (&srp->xdr_stream, srp->_raw_buf, UDPMSGSIZE, XDR_FREE); in svcraw_create()
|
A D | clnt_raw.c | 54 char _raw_buf[UDPMSGSIZE]; 120 xdrmem_create (xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clntraw_create()
|
A D | svc_simple.c | 126 char xdrbuf[UDPMSGSIZE]; in libc_sunrpc_symbol()
|
A D | pmap_rmt.c | 236 char outbuf[MAX_BROADCAST_SIZE], inbuf[UDPMSGSIZE]; in clnt_broadcast() 335 inlen = __recvfrom (sock, inbuf, UDPMSGSIZE, 0, in clnt_broadcast()
|
A D | svc_udp.c | 209 return svcudp_bufcreate (sock, UDPMSGSIZE, UDPMSGSIZE); in libc_hidden_def()
|
A D | clnt_udp.c | 232 sockp, UDPMSGSIZE, UDPMSGSIZE, 0); in libc_hidden_nolink_sunrpc()
|
/sunrpc/rpc/ |
A D | clnt.h | 413 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
Completed in 16 milliseconds