Home
last modified time | relevance | path

Searched refs:IXDR_GET_ENUM (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Drpc_callmsg.c107 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
119 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
154 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dsvc_auth_des.c139 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dxdr.h276 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro