Searched refs:IXDR_GET_ENUM (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Drpc_callmsg.c152 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
164 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
205 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dxdr.h350 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro

Completed in 147 milliseconds