Home
last modified time | relevance | path

Searched refs:XDR (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dxdr.h111 typedef struct XDR XDR; typedef
112 struct XDR struct
121 bool_t (*x_getlong) (XDR *__xdrs, long *__lp); argument
123 bool_t (*x_putlong) (XDR *__xdrs, const long *__lp);
129 u_int (*x_getpostn) (const XDR *__xdrs);
131 bool_t (*x_setpostn) (XDR *__xdrs, u_int __pos);
133 int32_t *(*x_inline) (XDR *__xdrs, u_int __len);
135 void (*x_destroy) (XDR *__xdrs);
137 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
158 typedef bool_t (*xdrproc_t) (XDR *, void *,...);
[all …]
A Dkey_prot.h64 extern "C" bool_t xdr_keystatus(XDR *, keystatus*);
66 extern bool_t xdr_keystatus(XDR *, keystatus*);
74 extern "C" bool_t xdr_keybuf(XDR *, keybuf);
76 extern bool_t xdr_keybuf(XDR *, keybuf);
84 extern "C" bool_t xdr_netnamestr(XDR *, netnamestr*);
86 extern bool_t xdr_netnamestr(XDR *, netnamestr*);
100 extern bool_t xdr_cryptkeyarg(XDR *, cryptkeyarg*);
131 extern bool_t xdr_cryptkeyres(XDR *, cryptkeyres*);
148 extern "C" bool_t xdr_unixcred(XDR *, unixcred*);
150 extern bool_t xdr_unixcred(XDR *, unixcred*);
[all …]
A Drpc_msg.h173 extern bool_t xdr_callmsg (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
182 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
191 extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW;
211 extern bool_t xdr_accepted_reply(XDR *__xdrs, struct accepted_reply *__ar);
220 extern bool_t xdr_rejected_reply(XDR *__xdrs, struct rejected_reply *__rr);
A Dpmap_rmt.h54 extern bool_t xdr_rmtcall_args (XDR *__xdrs, struct rmtcallargs *__crp)
66 extern bool_t xdr_rmtcallres (XDR *__xdrs, struct rmtcallres *__crp) __THROW;
A Dpmap_prot.h97 extern bool_t xdr_pmap (XDR *__xdrs, struct pmap *__regs) __THROW;
105 extern bool_t xdr_pmaplist (XDR *__xdrs, struct pmaplist **__rp) __THROW;
A Dauth.h80 extern bool_t xdr_des_block (XDR *__xdrs, des_block *__blkp) __THROW;
105 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */
220 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
A Dauth_unix.h75 extern bool_t xdr_authunix_parms (XDR *__xdrs, struct authunix_parms *__p)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dxdr_stdio.c44 static bool_t xdrstdio_getlong (XDR *, long *);
48 static u_int xdrstdio_getpos (const XDR *);
49 static bool_t xdrstdio_setpos (XDR *, u_int);
50 static int32_t *xdrstdio_inline (XDR *, u_int);
51 static void xdrstdio_destroy (XDR *);
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()
138 xdrstdio_getpos (const XDR *xdrs) in xdrstdio_getpos()
144 xdrstdio_setpos (XDR *xdrs, u_int pos) in xdrstdio_setpos()
[all …]
A Dxdr_mem.c47 static bool_t xdrmem_getlong (XDR *, long *);
51 static u_int xdrmem_getpos (const XDR *);
52 static bool_t xdrmem_setpos (XDR *, u_int);
54 static void xdrmem_destroy (XDR *);
92 xdrmem_destroy (XDR *xdrs attribute_unused) in libc_hidden_def()
102 xdrmem_getlong (XDR *xdrs, long *lp) in xdrmem_getlong()
118 xdrmem_putlong (XDR *xdrs, const long *lp) in xdrmem_putlong()
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()
[all …]
A Dxdr_rec.c60 static u_int xdrrec_getpos (const XDR *);
63 static void xdrrec_destroy (XDR *);
142 xdrrec_create (XDR *xdrs, u_int sendsize, in xdrrec_create()
205 xdrrec_getint32 (XDR *xdrs, int32_t *ip) in libc_hidden_def()
231 xdrrec_getlong (XDR *xdrs, long *lp) in xdrrec_getlong()
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()
441 xdrrec_skiprecord (XDR *xdrs) in xdrrec_skiprecord()
[all …]
A Dxdr.c71 XDR x; in xdr_free()
93 xdr_long (XDR *xdrs, long *lp) in libc_hidden_def()
114 xdr_short (XDR *xdrs, short *sp) in libc_hidden_def()
143 xdr_int (XDR *xdrs, int *ip) in libc_hidden_def()
181 xdr_u_long (XDR *xdrs, u_long *ulp) in libc_hidden_def()
214 xdr_u_int (XDR *xdrs, u_int *up) in libc_hidden_def()
250 xdr_hyper (XDR *xdrs, quad_t *llp) in libc_hidden_def()
359 xdr_char (XDR *xdrs, char *cp) in libc_hidden_def()
376 xdr_u_char (XDR *xdrs, u_char *cp) in xdr_u_char()
393 xdr_bool (XDR *xdrs, bool_t *bp) in xdr_bool()
[all …]
A Dxdr_intXX_t.c24 xdr_int64_t (XDR *xdrs, int64_t *ip) in xdr_int64_t()
53 xdr_uint64_t (XDR *xdrs, uint64_t *uip) in strong_alias_untyped()
82 xdr_int32_t (XDR *xdrs, int32_t *lp) in strong_alias_untyped()
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 Dauth_none.c48 static bool_t authnone_marshal (AUTH *, XDR *);
79 XDR xdr_stream; in authnone_create_once()
80 XDR *xdrs; in authnone_create_once()
108 authnone_marshal (AUTH *client, XDR *xdrs) in libc_hidden_def()
A Drpc_prot.c59 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
73 xdr_des_block (XDR *xdrs, des_block *blkp) in libc_hidden_def()
84 xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply()
110 xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr) in libc_hidden_def()
139 xdr_replymsg (XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
158 xdr_callhdr (XDR *xdrs, struct rpc_msg *cmsg) in libc_hidden_def()
A Dauth_unix.c57 static bool_t authunix_marshal (AUTH *, XDR *);
96 XDR xdrs; in authunix_create()
200 authunix_marshal (AUTH *auth, XDR *xdrs) in authunix_marshal()
211 XDR xdrs; in authunix_validate()
247 XDR xdrs; in authunix_refresh()
310 XDR xdr_stream; in marshal_new_auth()
311 XDR *xdrs = &xdr_stream; in marshal_new_auth()
A Dsvc_raw.c54 XDR xdr_stream;
109 XDR *xdrs; in svcraw_recv()
125 XDR *xdrs; in svcraw_reply()
152 XDR *xdrs; in svcraw_freeargs()
A Dclnt_raw.c59 XDR xdr_stream;
96 XDR *xdrs = &clp->xdr_stream; in clntraw_create()
140 XDR *xdrs = &clp->xdr_stream; in clntraw_call()
221 XDR *xdrs = &clp->xdr_stream; in clntraw_freeres()
A Dxdr_reference.c61 xdr_reference (XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) in xdr_reference()
116 xdr_pointer (XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj) in libc_hidden_def()
A Dxdr_array.c60 xdr_array (XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) in xdr_array()
141 xdr_vector (XDR *xdrs, char *basep, u_int nelem, u_int elemsize, in libc_hidden_def()
A Dsvc_tcp.c112 XDR xdrs;
366 XDR *xdrs = &(cd->xdrs); in svctcp_recv()
389 XDR *xdrs = &(((struct tcp_conn *) (xprt->xp_p1))->xdrs); in svctcp_freeargs()
399 XDR *xdrs = &(cd->xdrs); in svctcp_reply()
A Dpmap_rmt.c110 xdr_rmtcall_args (XDR *xdrs, struct rmtcallargs *cap) in xdr_rmtcall_args()
142 xdr_rmtcallres (XDR *xdrs, struct rmtcallres *crp) in libc_hidden_def()
232 XDR xdr_stream; in clnt_broadcast()
233 XDR *xdrs = &xdr_stream; in clnt_broadcast()
A Dsvc_unix.c108 XDR xdrs;
470 XDR *xdrs = &(cd->xdrs); in svcunix_recv()
499 XDR *xdrs = &(((struct unix_conn *) (xprt->xp_p1))->xdrs); in svcunix_freeargs()
509 XDR *xdrs = &(cd->xdrs); in svcunix_reply()
A Dpmap_prot.c47 xdr_pmap (XDR *xdrs, struct pmap *regs) in xdr_pmap()
A Dpmap_prot2.c85 xdr_pmaplist (XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist()
A Dauthunix_prot.c48 xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) in xdr_authunix_parms()

Completed in 24 milliseconds

12