Searched refs:IXDR_GET_ENUM (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/lib/libc/rpc/ |
| D | rpc_callmsg.c | 115 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);
|
| D | svc_auth_des.c | 145 cred->adc_namekind = IXDR_GET_ENUM(ixdr, enum authdes_namekind);
|
| /freebsd-9-stable/sys/rpc/ |
| D | rpc_callmsg.c | 108 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type); in xdr_callmsg() 120 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg() 155 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
|
| D | rpc_prot.c | 188 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type); in xdr_replymsg() 193 IXDR_GET_ENUM(buf, enum reply_stat); in xdr_replymsg()
|
| D | xdr.h | 275 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
|
| /freebsd-9-stable/include/rpc/ |
| D | xdr.h | 268 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
|