Home
last modified time | relevance | path

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

/freebsd-src/include/rpc/
H A Dxdr.h267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) macro
/freebsd-src/sys/rpc/
H A Dxdr.h274 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) macro