HomeSort by: relevance | last modified time | path
    Searched refs:IXDR_GET_ENUM (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
rpc_callmsg.c 124 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
136 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
170 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
  /src/common/include/rpc/
xdr.h 262 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))

Completed in 30 milliseconds