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

/freebsd-10-stable/include/rpc/
H A Dxdr.h269 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) macro
/freebsd-10-stable/sys/rpc/
H A Dxdr.h276 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) macro

Completed in 75 milliseconds