Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Drpc.h86 #ifndef UDPMSGSIZE
87 #define UDPMSGSIZE 8800 macro
95 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
H A Drpc_generic.c130 defsize = UDPMSGSIZE; in __rpc_get_t_size()
/freebsd-14.2/lib/libc/rpc/
H A Dsvc_raw.c58 #ifndef UDPMSGSIZE
59 #define UDPMSGSIZE 8800 macro
98 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char)); in svc_raw_create()
119 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()
H A Drpc_soc.c180 UDPMSGSIZE, UDPMSGSIZE); in clntudp_create()
268 return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp"); in svcudp_create()
306 char *(*progname)(char [UDPMSGSIZE]), in registerrpc()
H A Dclnt_raw.c105 (char *)calloc(UDPMSGSIZE, sizeof (char)); in clnt_raw_create()
129 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clnt_raw_create()
H A Drpc_generic.c125 defsize = UDPMSGSIZE; in __rpc_get_t_size()
/freebsd-14.2/include/rpc/
H A Dclnt_soc.h52 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
H A Drpc.h84 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
/freebsd-14.2/usr.sbin/rpcbind/
H A Drpcb_svc_com.c625 sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE); in rpcbproc_callit_com()