Searched refs:IXDR_GET_U_INT32 (Results 1 – 8 of 8) sorted by relevance
123 cmsg->rm_xid = IXDR_GET_U_INT32(buf); in __weak_alias()128 cmsg->rm_call.cb_rpcvers = IXDR_GET_U_INT32(buf); in __weak_alias()132 cmsg->rm_call.cb_prog = IXDR_GET_U_INT32(buf); in __weak_alias()133 cmsg->rm_call.cb_vers = IXDR_GET_U_INT32(buf); in __weak_alias()134 cmsg->rm_call.cb_proc = IXDR_GET_U_INT32(buf); in __weak_alias()137 oa->oa_length = (u_int)IXDR_GET_U_INT32(buf); in __weak_alias()171 oa->oa_length = (u_int)IXDR_GET_U_INT32(buf); in __weak_alias()
167 objp->prog = (rpcprog_t)IXDR_GET_U_INT32(buf); in xdr_rpcbs_rmtcalllist()168 objp->vers = (rpcvers_t)IXDR_GET_U_INT32(buf); in xdr_rpcbs_rmtcalllist()169 objp->proc = (rpcproc_t)IXDR_GET_U_INT32(buf); in xdr_rpcbs_rmtcalllist()
93 str_len = (size_t)IXDR_GET_U_INT32(buf); in _svcauth_unix()104 gid_len = (size_t)IXDR_GET_U_INT32(buf); in _svcauth_unix()
13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
255 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) macro
3608 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";
3707 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";