Searched refs:IXDR_GET_INT32 (Results 1 – 15 of 15) sorted by relevance
99 cmsg->rm_xid = IXDR_GET_INT32(buf); in xdr_callmsg()103 cmsg->rm_call.cb_rpcvers = IXDR_GET_INT32(buf); in xdr_callmsg()106 cmsg->rm_call.cb_prog = IXDR_GET_INT32(buf); in xdr_callmsg()107 cmsg->rm_call.cb_vers = IXDR_GET_INT32(buf); in xdr_callmsg()108 cmsg->rm_call.cb_proc = IXDR_GET_INT32(buf); in xdr_callmsg()111 oa->oa_length = IXDR_GET_INT32(buf); in xdr_callmsg()135 oa->oa_length = IXDR_GET_INT32(buf); in xdr_callmsg()
333 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++)) macro335 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf))357 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_INT32(buf))358 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf))359 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_INT32(buf))360 #define IXDR_GET_U_SHORT(buf) ((ushort_t)IXDR_GET_INT32(buf))
186 rmsg->rm_xid = IXDR_GET_INT32(buf); in xdr_replymsg()202 oa->oa_length = IXDR_GET_INT32(buf); in xdr_replymsg()
100 cmsg->rm_xid = IXDR_GET_INT32(buf); in xdr_callmsg()104 cmsg->rm_call.cb_rpcvers = IXDR_GET_INT32(buf); in xdr_callmsg()107 cmsg->rm_call.cb_prog = IXDR_GET_INT32(buf); in xdr_callmsg()108 cmsg->rm_call.cb_vers = IXDR_GET_INT32(buf); in xdr_callmsg()109 cmsg->rm_call.cb_proc = IXDR_GET_INT32(buf); in xdr_callmsg()112 oa->oa_length = IXDR_GET_INT32(buf); in xdr_callmsg()148 oa->oa_length = IXDR_GET_INT32(buf); in xdr_callmsg()
77 aup->aup_time = IXDR_GET_INT32(buf); in __svcauth_loopback()87 aup->aup_uid = IXDR_GET_INT32(buf); in __svcauth_loopback()88 aup->aup_gid = IXDR_GET_INT32(buf); in __svcauth_loopback()101 aup->aup_gids[i] = (gid_t)IXDR_GET_INT32(buf); in __svcauth_loopback()
91 aup->aup_time = IXDR_GET_INT32(buf); in __svcauth_sys()99 aup->aup_uid = IXDR_GET_INT32(buf); in __svcauth_sys()100 aup->aup_gid = IXDR_GET_INT32(buf); in __svcauth_sys()106 aup->aup_gids[i] = (gid_t)IXDR_GET_INT32(buf); in __svcauth_sys()
109 objp->success = IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()110 objp->failure = IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()111 objp->indirect = IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()
175 rmsg->rm_xid = IXDR_GET_INT32(buf); in xdr_replymsg()191 oa->oa_length = IXDR_GET_INT32(buf); in xdr_replymsg()
375 verf.adv_timestamp.tv_sec = IXDR_GET_INT32(ixdr) + 1; in authdes_validate()376 verf.adv_timestamp.tv_usec = IXDR_GET_INT32(ixdr); in authdes_validate()
304 timestamp.tv_sec = IXDR_GET_INT32(ixdr); in __svcauth_des()305 timestamp.tv_usec = IXDR_GET_INT32(ixdr); in __svcauth_des()
98 aup->aup_time = IXDR_GET_INT32(buf); in _svcauth_unix()106 aup->aup_uid = IXDR_GET_INT32(buf); in _svcauth_unix()107 aup->aup_gid = IXDR_GET_INT32(buf); in _svcauth_unix()113 aup->aup_gids[i] = IXDR_GET_INT32(buf); in _svcauth_unix()
350 verf.adv_timestamp.tv_sec = IXDR_GET_INT32(ixdr) + 1; in authdes_validate()351 verf.adv_timestamp.tv_usec = IXDR_GET_INT32(ixdr); in authdes_validate()
255 timestamp.tv_sec = IXDR_GET_INT32(ixdr); in _svcauth_des()256 timestamp.tv_usec = IXDR_GET_INT32(ixdr); in _svcauth_des()
404 ra->ra_offset = IXDR_GET_INT32(ptr); in xdr_readargs()405 ra->ra_count = IXDR_GET_INT32(ptr); in xdr_readargs()406 ra->ra_totcount = IXDR_GET_INT32(ptr); in xdr_readargs()1329 fsok->fsok_tsize = IXDR_GET_INT32(ptr); in xdr_fsok()1330 fsok->fsok_bsize = IXDR_GET_INT32(ptr); in xdr_fsok()1331 fsok->fsok_blocks = IXDR_GET_INT32(ptr); in xdr_fsok()1332 fsok->fsok_bfree = IXDR_GET_INT32(ptr); in xdr_fsok()1333 fsok->fsok_bavail = IXDR_GET_INT32(ptr); in xdr_fsok()
633 vap->va_atime.tv_sec = IXDR_GET_INT32(ptr); in xdr_fattr3_to_vattr()635 vap->va_mtime.tv_sec = IXDR_GET_INT32(ptr); in xdr_fattr3_to_vattr()637 vap->va_ctime.tv_sec = IXDR_GET_INT32(ptr); in xdr_fattr3_to_vattr()