Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dxdr.h262 #define IXDR_GET_LONG(buf) ((long)__ntohl((u_int32_t)*(buf)++)) macro
265 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
266 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
268 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
269 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/freebsd/sys/rpc/
H A Dxdr.h278 #define IXDR_GET_LONG(buf) ((long)__ntohl((uint32_t)*(buf)++)) macro
281 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
282 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
283 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
284 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
285 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c224 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
225 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()