Home
last modified time | relevance | path

Searched refs:IXDR_GET_UINT32 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/rpc/
Dsvc_auth_unix.c83 time = IXDR_GET_UINT32(buf); in _svcauth_unix()
84 str_len = (size_t)IXDR_GET_UINT32(buf); in _svcauth_unix()
91 xcr->cr_uid = IXDR_GET_UINT32(buf); in _svcauth_unix()
92 xcr->cr_groups[0] = IXDR_GET_UINT32(buf); in _svcauth_unix()
93 gid_len = (size_t)IXDR_GET_UINT32(buf); in _svcauth_unix()
Drpc_callmsg.c109 cmsg->rm_xid = IXDR_GET_UINT32(buf); in xdr_callmsg()
114 cmsg->rm_call.cb_rpcvers = IXDR_GET_UINT32(buf); in xdr_callmsg()
118 cmsg->rm_call.cb_prog = IXDR_GET_UINT32(buf); in xdr_callmsg()
119 cmsg->rm_call.cb_vers = IXDR_GET_UINT32(buf); in xdr_callmsg()
120 cmsg->rm_call.cb_proc = IXDR_GET_UINT32(buf); in xdr_callmsg()
123 oa->oa_length = (u_int)IXDR_GET_UINT32(buf); in xdr_callmsg()
158 oa->oa_length = (u_int)IXDR_GET_UINT32(buf); in xdr_callmsg()
Drpc_prot.c187 rmsg->rm_xid = IXDR_GET_UINT32(buf); in xdr_replymsg()
Dxdr.h270 #define IXDR_GET_UINT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) macro