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

  /src/lib/libc/rpc/
rpc_callmsg.c 90 IXDR_PUT_ENUM(buf, cmsg->rm_direction);
102 IXDR_PUT_ENUM(buf, oa->oa_flavor);
109 IXDR_PUT_ENUM(buf, oa->oa_flavor);
  /src/common/include/rpc/
xdr.h 268 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG((buf), (v))

Completed in 11 milliseconds