Symbol: UDPMSGSIZE
crypto/krb5/src/lib/rpc/clnt_raw.c
123
xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE);
crypto/krb5/src/lib/rpc/clnt_raw.c
57
char _raw_buf[UDPMSGSIZE];
crypto/krb5/src/lib/rpc/clnt_udp.c
224
UDPMSGSIZE, UDPMSGSIZE));
crypto/krb5/src/lib/rpc/pmap_rmt.c
269
char inbuf[MAX (UDPMSGSIZE, GIFCONF_BUFSIZE)];
crypto/krb5/src/lib/rpc/pmap_rmt.c
368
inlen = recvfrom(sock, inbuf, UDPMSGSIZE, 0,
crypto/krb5/src/lib/rpc/svc_raw.c
52
char _raw_buf[UDPMSGSIZE];
crypto/krb5/src/lib/rpc/svc_raw.c
89
xdrmem_create(&srp->xdr_stream, srp->_raw_buf, UDPMSGSIZE, XDR_FREE);
crypto/krb5/src/lib/rpc/svc_simple.c
111
char xdrbuf[UDPMSGSIZE];
crypto/krb5/src/lib/rpc/svc_udp.c
182
return(svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE));
include/rpc/rpc.h
81
extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
lib/libc/rpc/clnt_raw.c
101
(char *)calloc(UDPMSGSIZE, sizeof (char));
lib/libc/rpc/clnt_raw.c
125
xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE);
lib/libc/rpc/rpc_generic.c
125
defsize = UDPMSGSIZE;
lib/libc/rpc/rpc_soc.c
176
UDPMSGSIZE, UDPMSGSIZE);
lib/libc/rpc/rpc_soc.c
264
return svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp");
lib/libc/rpc/rpc_soc.c
302
char *(*progname)(char [UDPMSGSIZE]),
lib/libc/rpc/svc_raw.c
114
xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE);
lib/libc/rpc/svc_raw.c
53
#ifndef UDPMSGSIZE
lib/libc/rpc/svc_raw.c
93
__rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char));
sys/rpc/rpc.h
83
#ifndef UDPMSGSIZE
sys/rpc/rpc.h
92
extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]),
sys/rpc/rpc_generic.c
129
defsize = UDPMSGSIZE;
usr.sbin/rpcbind/rpcb_svc_com.c
626
sendsz = __rpc_get_t_size(si.si_af, si.si_proto, UDPMSGSIZE);