/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_stdio.c | 78 xdrstdio_create (XDR *xdrs, FILE *file, enum xdr_op op) in xdrstdio_create() 92 xdrstdio_destroy (XDR *xdrs) in xdrstdio_destroy() 99 xdrstdio_getlong (XDR *xdrs, long *lp) in xdrstdio_getlong() 110 xdrstdio_putlong (XDR *xdrs, const long *lp) in xdrstdio_putlong() 120 xdrstdio_getbytes (XDR *xdrs, const caddr_t addr, u_int len) in xdrstdio_getbytes() 129 xdrstdio_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrstdio_putbytes() 138 xdrstdio_getpos (const XDR *xdrs) in xdrstdio_getpos() 144 xdrstdio_setpos (XDR *xdrs, u_int pos) in xdrstdio_setpos() 165 xdrstdio_getint32 (XDR *xdrs, int32_t *ip) in xdrstdio_getint32() 176 xdrstdio_putint32 (XDR *xdrs, const int32_t *ip) in xdrstdio_putint32()
|
A D | xdr_mem.c | 77 xdrmem_create (XDR *xdrs, const caddr_t addr, u_int size, enum xdr_op op) in xdrmem_create() 102 xdrmem_getlong (XDR *xdrs, long *lp) in xdrmem_getlong() 118 xdrmem_putlong (XDR *xdrs, const long *lp) in xdrmem_putlong() 135 xdrmem_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrmem_getbytes() 150 xdrmem_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrmem_putbytes() 165 xdrmem_getpos (const XDR *xdrs) in xdrmem_getpos() 174 xdrmem_setpos (XDR *xdrs, u_int pos) in xdrmem_setpos() 192 xdrmem_inline (XDR *xdrs, u_int len) in xdrmem_inline() 211 xdrmem_getint32 (XDR *xdrs, int32_t *ip) in xdrmem_getint32() 227 xdrmem_putint32 (XDR *xdrs, const int32_t *ip) in xdrmem_putint32()
|
A D | xdr_intXX_t.c | 24 xdr_int64_t (XDR *xdrs, int64_t *ip) in xdr_int64_t() 99 xdr_uint32_t (XDR *xdrs, uint32_t *ulp) in xdr_uint32_t() 116 xdr_int16_t (XDR *xdrs, int16_t *ip) in xdr_int16_t() 139 xdr_uint16_t (XDR *xdrs, uint16_t *uip) in xdr_uint16_t() 162 xdr_int8_t (XDR *xdrs, int8_t *ip) in xdr_int8_t() 185 xdr_uint8_t (XDR *xdrs, uint8_t *uip) in xdr_uint8_t()
|
A D | rpc_prot.c | 59 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() 84 xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply() 139 xdr_replymsg (XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
|
A D | xdr_rec.c | 142 xdrrec_create (XDR *xdrs, u_int sendsize, in xdrrec_create() 231 xdrrec_getlong (XDR *xdrs, long *lp) in xdrrec_getlong() 241 xdrrec_putint32 (XDR *xdrs, const int32_t *ip) in xdrrec_putint32() 265 xdrrec_putlong (XDR *xdrs, const long *lp) in xdrrec_putlong() 273 xdrrec_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrrec_getbytes() 300 xdrrec_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrrec_putbytes() 324 xdrrec_getpos (const XDR *xdrs) in xdrrec_getpos() 350 xdrrec_setpos (XDR *xdrs, u_int pos) in xdrrec_setpos() 390 xdrrec_inline (XDR *xdrs, u_int len) in xdrrec_inline() 423 xdrrec_destroy (XDR *xdrs) in xdrrec_destroy() [all …]
|
A D | pmap_prot.c | 47 xdr_pmap (XDR *xdrs, struct pmap *regs) in xdr_pmap()
|
A D | authunix_prot.c | 48 xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) in xdr_authunix_parms()
|
A D | auth_unix.c | 96 XDR xdrs; in authunix_create() local 200 authunix_marshal (AUTH *auth, XDR *xdrs) in authunix_marshal() 211 XDR xdrs; in authunix_validate() local 247 XDR xdrs; in authunix_refresh() local 311 XDR *xdrs = &xdr_stream; in marshal_new_auth() local
|
A D | rpc_cmsg.c | 50 xdr_callmsg (XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
|
A D | svc_raw.c | 109 XDR *xdrs; in svcraw_recv() local 125 XDR *xdrs; in svcraw_reply() local 152 XDR *xdrs; in svcraw_freeargs() local
|
A D | pmap_prot2.c | 85 xdr_pmaplist (XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist()
|
A D | xdr.c | 320 xdr_u_longlong_t (XDR *xdrs, u_quad_t *ullp) in xdr_u_longlong_t() 329 xdr_u_short (XDR *xdrs, u_short *usp) in xdr_u_short() 376 xdr_u_char (XDR *xdrs, u_char *cp) in xdr_u_char() 393 xdr_bool (XDR *xdrs, bool_t *bp) in xdr_bool() 602 xdr_union (XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union()
|
A D | clnt_raw.c | 96 XDR *xdrs = &clp->xdr_stream; in clntraw_create() local 140 XDR *xdrs = &clp->xdr_stream; in clntraw_call() local 221 XDR *xdrs = &clp->xdr_stream; in clntraw_freeres() local
|
A D | xdr_reference.c | 61 xdr_reference (XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) in xdr_reference()
|
A D | svc_tcp.c | 112 XDR xdrs; member 366 XDR *xdrs = &(cd->xdrs); in svctcp_recv() local 389 XDR *xdrs = &(((struct tcp_conn *) (xprt->xp_p1))->xdrs); in svctcp_freeargs() local 399 XDR *xdrs = &(cd->xdrs); in svctcp_reply() local
|
A D | xdr_array.c | 60 xdr_array (XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) in xdr_array()
|
A D | svc_unix.c | 108 XDR xdrs; member 470 XDR *xdrs = &(cd->xdrs); in svcunix_recv() local 499 XDR *xdrs = &(((struct unix_conn *) (xprt->xp_p1))->xdrs); in svcunix_freeargs() local 509 XDR *xdrs = &(cd->xdrs); in svcunix_reply() local
|
A D | svc_authux.c | 56 XDR xdrs; in _svcauth_unix() local
|
A D | pmap_rmt.c | 110 xdr_rmtcall_args (XDR *xdrs, struct rmtcallargs *cap) in xdr_rmtcall_args() 233 XDR *xdrs = &xdr_stream; in clnt_broadcast() local
|
A D | auth_none.c | 80 XDR *xdrs; in authnone_create_once() local
|
A D | clnt_tcp.c | 231 XDR *xdrs = &(ct->ct_xdrs); in libc_hidden_def() local 341 XDR *xdrs = &(ct->ct_xdrs); in clnttcp_freeres() local
|
A D | xdr_float.c | 89 xdr_float(XDR *xdrs, float *fp) in xdr_float() 207 xdr_double(XDR *xdrs, double *dp) in xdr_double()
|
A D | svc_udp.c | 204 XDR *xdrs = &(su->su_xdrs); in svcudp_recv() local 280 XDR *xdrs = &(su->su_xdrs); in svcudp_reply() local 330 XDR *xdrs = &(su_data (xprt)->su_xdrs); in svcudp_freeargs() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | xdr.h | 181 #define XDR_GETLONG(xdrs, longp) \ argument 183 #define xdr_getlong(xdrs, longp) \ argument 186 #define XDR_PUTLONG(xdrs, longp) \ argument 201 #define XDR_GETPOS(xdrs) \ argument 203 #define xdr_getpos(xdrs) \ argument 206 #define XDR_SETPOS(xdrs, pos) \ argument 208 #define xdr_setpos(xdrs, pos) \ argument 211 #define XDR_INLINE(xdrs, len) \ argument 213 #define xdr_inline(xdrs, len) \ argument 216 #define XDR_DESTROY(xdrs) \ argument [all …]
|
A D | auth.h | 128 #define AUTH_MARSHALL(auth, xdrs) \ argument 130 #define auth_marshall(auth, xdrs) \ argument
|