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

/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_callmsg.c115 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
127 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
162 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dsvc_auth_des.c145 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
/freebsd-9.3-release/sys/rpc/
H A Drpc_callmsg.c108 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
120 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
155 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Drpc_prot.c188 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
193 IXDR_GET_ENUM(buf, enum reply_stat);
H A Dxdr.h275 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
/freebsd-9.3-release/include/rpc/
H A Dxdr.h272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro

Completed in 294 milliseconds