Searched refs:UDPMSGSIZE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/rpc/ |
| HD | rpc.h | 86 #ifndef UDPMSGSIZE 87 #define UDPMSGSIZE 8800 macro 95 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
|
| HD | rpc_generic.c | 130 defsize = UDPMSGSIZE; in __rpc_get_t_size()
|
| /freebsd-13-stable/lib/libc/rpc/ |
| HD | svc_raw.c | 59 #ifndef UDPMSGSIZE 60 #define UDPMSGSIZE 8800 macro 99 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char)); in svc_raw_create() 120 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()
|
| HD | rpc_soc.c | 181 UDPMSGSIZE, UDPMSGSIZE); in clntudp_create() 269 return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp"); in svcudp_create() 307 char *(*progname)(char [UDPMSGSIZE]), in registerrpc()
|
| HD | clnt_raw.c | 106 (char *)calloc(UDPMSGSIZE, sizeof (char)); in clnt_raw_create() 130 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clnt_raw_create()
|
| HD | rpc_generic.c | 126 defsize = UDPMSGSIZE; in __rpc_get_t_size()
|
| /freebsd-13-stable/include/rpc/ |
| HD | clnt_soc.h | 52 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
| HD | rpc.h | 84 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
|
| /freebsd-13-stable/usr.sbin/rpcbind/ |
| HD | rpcb_svc_com.c | 625 sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE); in rpcbproc_callit_com()
|