OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reply_xdrs
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
clnt_dg.c
322
XDR
reply_xdrs
;
local in function:clnt_dg_call
463
xdrmem_create(&
reply_xdrs
, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE);
464
ok = xdr_replymsg(&
reply_xdrs
, &reply_msg);
465
/* XDR_DESTROY(&
reply_xdrs
); save a few cycles on noop destroy */
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
1266
XDR
reply_xdrs
;
local in function:handle_reply
1301
xdrmem_create(&
reply_xdrs
, buffer, (u_int)inlen, XDR_DECODE);
1302
if (!xdr_replymsg(&
reply_xdrs
, &reply_msg)) {
1325
pos = XDR_GETPOS(&
reply_xdrs
);
Completed in 49 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025