Home
last modified time | relevance | path

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

/NextBSD/lib/libc/rpc/
HDrpc_callmsg.c112 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()
HDrpcb_st_xdr.c150 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()
HDsvc_auth_unix.c86 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()
/NextBSD/sys/rpc/
HDxdr.h265 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) macro
/NextBSD/include/rpc/
HDxdr.h265 #define IXDR_GET_U_INT32(buf) ((u_int32_t)IXDR_GET_INT32(buf)) macro