Searched refs:IXDR_GET_U_SHORT (Results 1 – 2 of 2) sorted by relevance
/freebsd/include/rpc/ | ||
H A D | xdr.h | 269 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf)) macro |
/freebsd/sys/rpc/ | ||
H A D | xdr.h | 285 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf)) macro |