Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/rpc/
H A Dsvc_raw.c54 #ifndef UDPMSGSIZE
55 #define UDPMSGSIZE 8800 macro
94 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char)); in svc_raw_create()
103 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()
H A Drpc_soc.c174 UDPMSGSIZE, UDPMSGSIZE); in clntudp_create()
262 return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp"); in svcudp_create()
H A Dclnt_raw.c102 (char *)calloc(UDPMSGSIZE, sizeof (char)); in clnt_raw_create()
123 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE); in clnt_raw_create()
H A Drpc_generic.c147 defsize = UDPMSGSIZE; in __rpc_get_t_size()
/dflybsd-src/include/rpc/
H A Dclnt_soc.h51 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
H A Drpc.h82 int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]), xdrproc_t,
/dflybsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c631 sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE); in rpcbproc_callit_com()