Searched refs:IXDR_GET_LONG (Results 1 – 3 of 3) sorted by relevance
99 cmsg->rm_xid = IXDR_GET_LONG(buf); in xdr_callmsg()104 cmsg->rm_call.cb_rpcvers = IXDR_GET_LONG(buf); in xdr_callmsg()108 cmsg->rm_call.cb_prog = IXDR_GET_LONG(buf); in xdr_callmsg()109 cmsg->rm_call.cb_vers = IXDR_GET_LONG(buf); in xdr_callmsg()110 cmsg->rm_call.cb_proc = IXDR_GET_LONG(buf); in xdr_callmsg()113 oa->oa_length = IXDR_GET_LONG(buf); in xdr_callmsg()148 oa->oa_length = IXDR_GET_LONG(buf); in xdr_callmsg()
73 aup->aup_time = IXDR_GET_LONG(buf); in _svcauth_unix()83 aup->aup_uid = IXDR_GET_LONG(buf); in _svcauth_unix()84 aup->aup_gid = IXDR_GET_LONG(buf); in _svcauth_unix()92 aup->aup_gids[i] = IXDR_GET_LONG(buf); in _svcauth_unix()
222 #define IXDR_GET_LONG(buf) ((long)ntohl((unsigned long)*(buf)++)) macro225 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))226 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))227 #define IXDR_GET_U_LONG(buf) ((unsigned long)IXDR_GET_LONG(buf))228 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))229 #define IXDR_GET_U_SHORT(buf) ((unsigned short)IXDR_GET_LONG(buf))