Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h350 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
362 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf)) macro