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

/freebsd-10-stable/include/rpc/
H A Dxdr.h271 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf)) macro
/freebsd-10-stable/sys/rpc/
H A Dxdr.h278 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf)) macro

Completed in 53 milliseconds