Searched refs:IXDR_GET_INT32 (Results 1 – 6 of 6) sorted by relevance
80 aup->aup_time = IXDR_GET_INT32(buf); in _svcauth_unix()90 aup->aup_uid = (int)IXDR_GET_INT32(buf); in _svcauth_unix()91 aup->aup_gid = (int)IXDR_GET_INT32(buf); in _svcauth_unix()99 aup->aup_gids[i] = (int)IXDR_GET_INT32(buf); in _svcauth_unix()
152 objp->success = (int)IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()153 objp->failure = (int)IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()154 objp->indirect = (int)IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()
393 verf.adv_timestamp.tv_sec = IXDR_GET_INT32(ixdr) + 1; in authdes_validate()394 verf.adv_timestamp.tv_usec = IXDR_GET_INT32(ixdr); in authdes_validate()
270 #define IXDR_GET_INT32(buf) ((int32_t)__ntohl((uint32_t)*(buf)++)) macro272 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf))275 #define IXDR_GET_UINT32(buf) ((uint32_t)IXDR_GET_INT32(buf))
94 xcr->cr_groups[i + 1] = IXDR_GET_INT32(buf); in _svcauth_unix()
257 #define IXDR_GET_INT32(buf) ((int32_t)__ntohl((u_int32_t)*(buf)++)) macro259 #define IXDR_GET_U_INT32(buf) ((u_int32_t)IXDR_GET_INT32(buf))