Searched refs:IXDR_GET_LONG (Results 1 – 3 of 3) sorted by relevance
74 aup->aup_time = IXDR_GET_LONG (buf); in _svcauth_unix()85 aup->aup_uid = IXDR_GET_LONG (buf); in _svcauth_unix()86 aup->aup_gid = IXDR_GET_LONG (buf); in _svcauth_unix()96 aup->aup_gids[i] = IXDR_GET_LONG (buf); in _svcauth_unix()
100 cmsg->rm_xid = IXDR_GET_LONG (buf); in xdr_callmsg()106 cmsg->rm_call.cb_rpcvers = IXDR_GET_LONG (buf); in xdr_callmsg()111 cmsg->rm_call.cb_prog = IXDR_GET_LONG (buf); in xdr_callmsg()112 cmsg->rm_call.cb_vers = IXDR_GET_LONG (buf); in xdr_callmsg()113 cmsg->rm_call.cb_proc = IXDR_GET_LONG (buf); in xdr_callmsg()
263 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro265 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))269 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))270 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))271 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))272 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
Completed in 8 milliseconds