OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXDR_GET_U_LONG
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/am-utils/dist/libamu/
xdr_func.c
2057
objp->rtmax =
IXDR_GET_U_LONG
(buf);
2058
objp->rtpref =
IXDR_GET_U_LONG
(buf);
2059
objp->rtmult =
IXDR_GET_U_LONG
(buf);
2060
objp->wtmax =
IXDR_GET_U_LONG
(buf);
2061
objp->wtpref =
IXDR_GET_U_LONG
(buf);
2062
objp->wtmult =
IXDR_GET_U_LONG
(buf);
2063
objp->dtpref =
IXDR_GET_U_LONG
(buf);
2262
objp->linkmax =
IXDR_GET_U_LONG
(buf);
2263
objp->name_max =
IXDR_GET_U_LONG
(buf);
/src/common/include/rpc/
xdr.h
263
#define
IXDR_GET_U_LONG
(buf) ((unsigned long)IXDR_GET_LONG(buf))
Completed in 19 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026