Searched defs:IXDR_GET_ENUM (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/include/rpc/
H A Dxdr.h268 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
/freebsd-11-stable/sys/rpc/
H A Dxdr.h275 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro

Completed in 104 milliseconds