Home
last modified time | relevance | path

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

/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