Searched refs:UDPMSGSIZE (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dclnt_soc.h51 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
H A Drpc.h83 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
/freebsd-11-stable/sys/rpc/
H A Drpc.h85 #ifndef UDPMSGSIZE
86 #define UDPMSGSIZE 8800 macro
94 extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
H A Drpc_generic.c128 defsize = UDPMSGSIZE;
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_raw.c59 #ifndef UDPMSGSIZE
60 #define UDPMSGSIZE 8800 macro
99 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char));
120 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE);
H A Drpc_soc.c181 UDPMSGSIZE, UDPMSGSIZE);
269 return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp");
307 char *(*progname)(char [UDPMSGSIZE]),
306 registerrpc(int prognum, int versnum, int procnum, char *(*progname)(char [UDPMSGSIZE]), xdrproc_t inproc, xdrproc_t outproc) argument
H A Dclnt_raw.c106 (char *)calloc(UDPMSGSIZE, sizeof (char));
130 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE);
H A Drpc_generic.c149 defsize = UDPMSGSIZE;
/freebsd-11-stable/contrib/amd/amd/
H A Dops_nfs.c537 char iobuf[UDPMSGSIZE];
608 char iobuf[UDPMSGSIZE];
H A Dsrvr_nfs.c239 char iobuf[UDPMSGSIZE];
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c630 sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE);

Completed in 111 milliseconds