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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/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.c197 UDPMSGSIZE, UDPMSGSIZE);
305 return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp");
348 char *(*progname)(char [UDPMSGSIZE]);
H A Dclnt_raw.c108 (char *)calloc(UDPMSGSIZE, sizeof (char));
132 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE);
H A Drpc_generic.c150 defsize = UDPMSGSIZE;
/freebsd-10.1-release/contrib/amd/amd/
H A Dops_nfs.c531 char iobuf[UDPMSGSIZE];
600 char iobuf[UDPMSGSIZE];
H A Dsrvr_nfs.c239 char iobuf[UDPMSGSIZE];
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c629 sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE);

Completed in 82 milliseconds