Searched refs:UDPMSGSIZE (Results 1 – 16 of 16) sorted by relevance
| /src/sys/rpc/ |
| H A D | rpc.h | 83 #ifndef UDPMSGSIZE 84 #define UDPMSGSIZE 8800 macro 92 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
|
| H A D | rpc_generic.c | 129 defsize = UDPMSGSIZE; in __rpc_get_t_size()
|
| /src/lib/libc/rpc/ |
| H A D | svc_raw.c | 53 #ifndef UDPMSGSIZE 54 #define UDPMSGSIZE 8800 macro 93 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char)); in svc_raw_create() 114 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()
|
| H A D | rpc_soc.c | 176 UDPMSGSIZE, UDPMSGSIZE); in clntudp_create() 264 return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp"); in svcudp_create() 302 char *(*progname)(char [UDPMSGSIZE]), in registerrpc()
|
| H A D | clnt_raw.c | 101 (char *)calloc(UDPMSGSIZE, sizeof (char)); in clnt_raw_create() 125 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clnt_raw_create()
|
| H A D | rpc_generic.c | 125 defsize = UDPMSGSIZE; in __rpc_get_t_size()
|
| /src/crypto/krb5/src/lib/rpc/ |
| H A D | svc_raw.c | 52 char _raw_buf[UDPMSGSIZE]; 89 xdrmem_create(&srp->xdr_stream, srp->_raw_buf, UDPMSGSIZE, XDR_FREE); in svcraw_create()
|
| H A D | clnt_raw.c | 57 char _raw_buf[UDPMSGSIZE]; 123 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clntraw_create()
|
| H A D | svc_simple.c | 111 char xdrbuf[UDPMSGSIZE]; in universal()
|
| H A D | pmap_rmt.c | 269 char inbuf[MAX (UDPMSGSIZE, GIFCONF_BUFSIZE)]; in clnt_broadcast() 368 inlen = recvfrom(sock, inbuf, UDPMSGSIZE, 0, in clnt_broadcast()
|
| H A D | clnt_udp.c | 224 UDPMSGSIZE, UDPMSGSIZE)); in clntudp_create()
|
| H A D | svc_udp.c | 182 return(svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE)); in svcudp_create()
|
| /src/include/rpc/ |
| H A D | clnt_soc.h | 52 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
| H A D | rpc.h | 81 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
|
| /src/crypto/krb5/src/include/gssrpc/ |
| H A D | clnt.h | 341 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
| /src/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 626 sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE); in rpcbproc_callit_com()
|