Searched refs:IXDR_GET_U_INT32 (Results 1 – 5 of 5) sorted by relevance
112 cmsg->rm_xid = IXDR_GET_U_INT32(buf); in xdr_callmsg()117 cmsg->rm_call.cb_rpcvers = IXDR_GET_U_INT32(buf); in xdr_callmsg()121 cmsg->rm_call.cb_prog = IXDR_GET_U_INT32(buf); in xdr_callmsg()122 cmsg->rm_call.cb_vers = IXDR_GET_U_INT32(buf); in xdr_callmsg()123 cmsg->rm_call.cb_proc = IXDR_GET_U_INT32(buf); in xdr_callmsg()126 oa->oa_length = (u_int)IXDR_GET_U_INT32(buf); in xdr_callmsg()161 oa->oa_length = (u_int)IXDR_GET_U_INT32(buf); in xdr_callmsg()
150 objp->prog = (rpcprog_t)IXDR_GET_U_INT32(buf); in xdr_rpcbs_rmtcalllist()151 objp->vers = (rpcvers_t)IXDR_GET_U_INT32(buf); in xdr_rpcbs_rmtcalllist()152 objp->proc = (rpcproc_t)IXDR_GET_U_INT32(buf); in xdr_rpcbs_rmtcalllist()
86 str_len = (size_t)IXDR_GET_U_INT32(buf); in _svcauth_unix()97 gid_len = (size_t)IXDR_GET_U_INT32(buf); in _svcauth_unix()
265 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) macro
265 #define IXDR_GET_U_INT32(buf) ((u_int32_t)IXDR_GET_INT32(buf)) macro