Searched refs:IXDR_GET_LONG (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Dxdr.h268 #define IXDR_GET_LONG(buf) ((long)__ntohl((u_int32_t)*(buf)++)) macro
271 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
273 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
274 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
275 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/freebsd-9.3-release/sys/rpc/
H A Dxdr.h271 #define IXDR_GET_LONG(buf) ((long)__ntohl((uint32_t)*(buf)++)) macro
274 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
275 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
276 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
277 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
278 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth_des.c230 timestamp.tv_sec = IXDR_GET_LONG(ixdr);
231 timestamp.tv_usec = IXDR_GET_LONG(ixdr);

Completed in 97 milliseconds