Home
last modified time | relevance | path

Searched refs:xdr_u_int (Results 1 – 7 of 7) sorted by relevance

/sunrpc/
A Dauthuxprot.c53 : xdr_u_int (xdrs, (u_int *) & (p->aup_uid))) in xdr_authunix_parms()
56 : xdr_u_int (xdrs, (u_int *) & (p->aup_gid))) in xdr_authunix_parms()
61 : (xdrproc_t) xdr_u_int))) in xdr_authunix_parms()
A Dkey_prot.c111 if (!xdr_u_int (xdrs, &objp->uid)) in libc_hidden_nolink_sunrpc()
113 if (!xdr_u_int (xdrs, &objp->gid)) in libc_hidden_nolink_sunrpc()
117 sizeof (u_int), (xdrproc_t) xdr_u_int)) in libc_hidden_nolink_sunrpc()
A Dxdr.c139 xdr_u_int (XDR *xdrs, u_int *up) in libc_hidden_def()
170 libc_hidden_def (xdr_u_int) in libc_hidden_def() argument
172 libc_hidden_nolink_sunrpc (xdr_u_int, GLIBC_2_0) in libc_hidden_def()
434 if (!xdr_u_int (xdrs, &u)) in libc_hidden_def()
605 if (!xdr_u_int (xdrs, sizep)) in libc_hidden_def()
764 if (!xdr_u_int (xdrs, &size)) in libc_hidden_nolink_sunrpc()
A Dxdr_array.c75 if (!xdr_u_int (xdrs, sizep)) in xdr_array()
A DVersions54 xdr_u_char; xdr_u_int; xdr_u_long; xdr_u_short; xdr_union; xdr_vector;
A Drpc_cmsg.c147 xdr_u_int (xdrs, &oa->oa_length) == FALSE) in xdr_callmsg()
/sunrpc/rpc/
A Dxdr.h289 extern bool_t xdr_u_int (XDR *__xdrs, u_int *__up) __THROW;

Completed in 17 milliseconds