Home
last modified time | relevance | path

Searched refs:IXDR_GET_U_INT32 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Drpc_callmsg.c123 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()
H A Drpcb_st_xdr.c167 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()
H A Dsvc_auth_unix.c93 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()
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/rpc/
H A Dxdr.h13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/rpc/
H A Dxdr.h13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
/netbsd-src/common/include/rpc/
H A Dxdr.h255 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dinclhack.def3608 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def3707 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";