OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDPMSGSIZE
(Results
1 - 7
of
7
) sorted by relevancy
/src/include/rpc/
clnt_soc.h
51
#define
UDPMSGSIZE
8800 /* rpc imposed limit on udp msg size */
rpc.h
82
extern int registerrpc(int, int, int, char *(*)(char [
UDPMSGSIZE
]),
/src/lib/libc/rpc/
svc_raw.c
70
#ifndef
UDPMSGSIZE
71
#define
UDPMSGSIZE
8800
108
__rpc_rawcombuf = malloc(
UDPMSGSIZE
);
119
xdrmem_create(&srp->xdr_stream, srp->raw_buf,
UDPMSGSIZE
, XDR_DECODE);
rpc_soc.c
205
UDPMSGSIZE
,
UDPMSGSIZE
);
305
return svc_com_create(fd,
UDPMSGSIZE
,
UDPMSGSIZE
, "udp");
343
char *(*progname)(char [
UDPMSGSIZE
]),
clnt_raw.c
115
malloc(
UDPMSGSIZE
);
142
xdrmem_create(xdrs, clp->_raw_buf,
UDPMSGSIZE
, XDR_FREE);
rpc_generic.c
162
defsize =
UDPMSGSIZE
;
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
639
sendsz = __rpc_get_t_size(si.si_af, si.si_proto,
UDPMSGSIZE
);
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025