Searched refs:IXDR_GET_LONG (Results 1 – 3 of 3) sorted by relevance
79 aup->aup_time = IXDR_GET_LONG (buf); in _svcauth_unix()90 aup->aup_uid = IXDR_GET_LONG (buf); in _svcauth_unix()91 aup->aup_gid = IXDR_GET_LONG (buf); in _svcauth_unix()101 aup->aup_gids[i] = IXDR_GET_LONG (buf); in _svcauth_unix()
107 cmsg->rm_xid = IXDR_GET_LONG (buf); in xdr_callmsg()113 cmsg->rm_call.cb_rpcvers = IXDR_GET_LONG (buf); in xdr_callmsg()118 cmsg->rm_call.cb_prog = IXDR_GET_LONG (buf); in xdr_callmsg()119 cmsg->rm_call.cb_vers = IXDR_GET_LONG (buf); in xdr_callmsg()120 cmsg->rm_call.cb_proc = IXDR_GET_LONG (buf); in xdr_callmsg()
269 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro271 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf))275 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))276 #define IXDR_GET_ENUM(buf, t) ((t)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))
Completed in 4 milliseconds