Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dauthunix_prot.c54 : xdr_u_int (xdrs, (u_int *) & (p->aup_uid))) in xdr_authunix_parms()
57 : xdr_u_int (xdrs, (u_int *) & (p->aup_gid))) in xdr_authunix_parms()
61 ? (xdrproc_t) xdr_u_short : (xdrproc_t) xdr_u_int))) in xdr_authunix_parms()
A Dxdr.c214 xdr_u_int (XDR *xdrs, u_int *up) in libc_hidden_def()
240 #error unexpected integer sizes in xdr_u_int() in libc_hidden_def()
243 libc_hidden_def(xdr_u_int) in libc_hidden_def() argument
381 if (!xdr_u_int (xdrs, &u)) in xdr_u_char()
534 if (!xdr_u_int (xdrs, sizep)) in libc_hidden_def()
673 if (!xdr_u_int (xdrs, &size)) in libc_hidden_def()
A Dxdr_array.c69 if (!xdr_u_int (xdrs, sizep)) in xdr_array()
A Drpc_cmsg.c154 xdr_u_int (xdrs, &oa->oa_length) == FALSE) in xdr_callmsg()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dxdr.h299 extern bool_t xdr_u_int (XDR *__xdrs, u_int *__up) __THROW;
300 libc_hidden_proto(xdr_u_int)

Completed in 5 milliseconds