Home
last modified time | relevance | path

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

/dragonfly/include/rpc/
H A Dxdr.h263 #define IXDR_GET_LONG(buf) ((long)__ntohl((uint32_t)*(buf)++)) macro
266 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
267 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
268 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))
269 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
270 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
/dragonfly/lib/libc/rpc/
H A Dsvc_auth_des.c228 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
229 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()