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

/freebsd-11.0-release/include/rpc/
H A Dxdr.h264 #define IXDR_GET_LONG(buf) ((long)__ntohl((u_int32_t)*(buf)++)) macro
267 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
268 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
269 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
270 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
271 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/freebsd-11.0-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-11.0-release/lib/libc/rpc/
H A Dsvc_auth_des.c228 timestamp.tv_sec = IXDR_GET_LONG(ixdr);
229 timestamp.tv_usec = IXDR_GET_LONG(ixdr);

Completed in 158 milliseconds