Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/include/gssrpc/
H A Dxdr.h237 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf)) macro
/freebsd/include/rpc/
H A Dxdr.h266 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
/freebsd/sys/rpc/
H A Dxdr.h282 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro