OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXDR_GET_U_INT32
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/rpc/
rpc_callmsg.c
123
cmsg->rm_xid =
IXDR_GET_U_INT32
(buf);
128
cmsg->rm_call.cb_rpcvers =
IXDR_GET_U_INT32
(buf);
132
cmsg->rm_call.cb_prog =
IXDR_GET_U_INT32
(buf);
133
cmsg->rm_call.cb_vers =
IXDR_GET_U_INT32
(buf);
134
cmsg->rm_call.cb_proc =
IXDR_GET_U_INT32
(buf);
137
oa->oa_length = (u_int)
IXDR_GET_U_INT32
(buf);
171
oa->oa_length = (u_int)
IXDR_GET_U_INT32
(buf);
svc_auth_unix.c
93
str_len = (size_t)
IXDR_GET_U_INT32
(buf);
104
gid_len = (size_t)
IXDR_GET_U_INT32
(buf);
rpcb_st_xdr.c
167
objp->prog = (rpcprog_t)
IXDR_GET_U_INT32
(buf);
168
objp->vers = (rpcvers_t)
IXDR_GET_U_INT32
(buf);
169
objp->proc = (rpcproc_t)
IXDR_GET_U_INT32
(buf);
/src/common/include/rpc/
xdr.h
255
#define
IXDR_GET_U_INT32
(buf) ((uint32_t)IXDR_GET_INT32(buf))
Completed in 37 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025