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_INT32
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/rpc/
svc_auth_unix.c
92
aup->aup_time =
IXDR_GET_INT32
(buf);
102
aup->aup_uid = (int)
IXDR_GET_INT32
(buf);
103
aup->aup_gid = (int)
IXDR_GET_INT32
(buf);
112
aup->aup_gids[i] = (int)
IXDR_GET_INT32
(buf);
rpcb_st_xdr.c
170
objp->success = (int)
IXDR_GET_INT32
(buf);
171
objp->failure = (int)
IXDR_GET_INT32
(buf);
172
objp->indirect = (int)
IXDR_GET_INT32
(buf);
/src/common/include/rpc/
xdr.h
253
#define
IXDR_GET_INT32
(buf) ((int32_t)ntohl((uint32_t)*(buf)++))
255
#define IXDR_GET_U_INT32(buf) ((uint32_t)
IXDR_GET_INT32
(buf))
Completed in 14 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025