Home
last modified time | relevance | path

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

12

/sunrpc/rpc/
A Dxdr.h109 typedef struct XDR XDR; typedef
110 struct XDR struct
115 bool_t (*x_getlong) (XDR *__xdrs, long *__lp); argument
117 bool_t (*x_putlong) (XDR *__xdrs, const long *__lp);
123 u_int (*x_getpostn) (const XDR *__xdrs);
125 bool_t (*x_setpostn) (XDR *__xdrs, u_int __pos);
127 int32_t *(*x_inline) (XDR *__xdrs, u_int __len);
129 void (*x_destroy) (XDR *__xdrs);
131 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
152 typedef bool_t (*xdrproc_t) (XDR *, void *,...);
[all …]
A Dkey_prot.h61 extern "C" bool_t xdr_keystatus(XDR *, keystatus*);
63 extern bool_t xdr_keystatus(XDR *, keystatus*);
71 extern "C" bool_t xdr_keybuf(XDR *, keybuf);
73 extern bool_t xdr_keybuf(XDR *, keybuf);
81 extern "C" bool_t xdr_netnamestr(XDR *, netnamestr*);
83 extern bool_t xdr_netnamestr(XDR *, netnamestr*);
97 extern bool_t xdr_cryptkeyarg(XDR *, cryptkeyarg*);
128 extern bool_t xdr_cryptkeyres(XDR *, cryptkeyres*);
145 extern "C" bool_t xdr_unixcred(XDR *, unixcred*);
147 extern bool_t xdr_unixcred(XDR *, unixcred*);
[all …]
A Dpmap_rmt.h51 extern bool_t xdr_rmtcall_args (XDR *__xdrs, struct rmtcallargs *__crp)
61 extern bool_t xdr_rmtcallres (XDR *__xdrs, struct rmtcallres *__crp) __THROW;
A Dpmap_prot.h94 extern bool_t xdr_pmap (XDR *__xdrs, struct pmap *__regs) __THROW;
101 extern bool_t xdr_pmaplist (XDR *__xdrs, struct pmaplist **__rp) __THROW;
A Drpc_msg.h169 extern bool_t xdr_callmsg (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
177 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
185 extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW;
A Dauth.h77 extern bool_t xdr_des_block (XDR *__xdrs, des_block *__blkp) __THROW;
98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */
208 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
A Dauth_unix.h71 extern bool_t xdr_authunix_parms (XDR *__xdrs, struct authunix_parms *__p)
/sunrpc/
A Dxdr_stdio.c50 static bool_t xdrstdio_getlong (XDR *, long *);
54 static u_int xdrstdio_getpos (const XDR *);
55 static bool_t xdrstdio_setpos (XDR *, u_int);
57 static void xdrstdio_destroy (XDR *);
100 xdrstdio_destroy (XDR *xdrs) in xdrstdio_destroy()
107 xdrstdio_getlong (XDR *xdrs, long *lp) in xdrstdio_getlong()
118 xdrstdio_putlong (XDR *xdrs, const long *lp) in xdrstdio_putlong()
146 xdrstdio_getpos (const XDR *xdrs) in xdrstdio_getpos()
152 xdrstdio_setpos (XDR *xdrs, u_int pos) in xdrstdio_setpos()
158 xdrstdio_inline (XDR *xdrs, u_int len) in xdrstdio_inline()
[all …]
A Dxdr_mem.c43 static bool_t xdrmem_getlong (XDR *, long *);
47 static u_int xdrmem_getpos (const XDR *);
48 static bool_t xdrmem_setpos (XDR *, u_int);
50 static void xdrmem_destroy (XDR *);
94 xdrmem_destroy (XDR *xdrs) in libc_hidden_def()
104 xdrmem_getlong (XDR *xdrs, long *lp) in xdrmem_getlong()
120 xdrmem_putlong (XDR *xdrs, const long *lp) in xdrmem_putlong()
167 xdrmem_getpos (const XDR *xdrs) in xdrmem_getpos()
176 xdrmem_setpos (XDR *xdrs, u_int pos) in xdrmem_setpos()
196 xdrmem_inline (XDR *xdrs, u_int len) in xdrmem_inline()
[all …]
A Dxdr_sizeof.c45 x_putlong (XDR *xdrs, const long *longp) in x_putlong()
53 x_putbytes (XDR *xdrs, const char *bp, u_int len) in x_putbytes()
60 x_getpostn (const XDR *xdrs) in x_getpostn()
67 x_setpostn (XDR *xdrs, u_int len) in x_setpostn()
74 x_inline (XDR *xdrs, u_int len) in x_inline()
109 x_destroy (XDR *xdrs) in x_destroy()
122 x_putint32 (XDR *xdrs, const int32_t *int32p) in x_putint32()
131 XDR x; in xdr_sizeof()
135 typedef bool_t (*dummyfunc1) (XDR *, long *); in xdr_sizeof()
136 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof()
[all …]
A Dkey_prot.c35 xdr_keystatus (XDR * xdrs, keystatus * objp) in xdr_keystatus()
45 xdr_keybuf (XDR * xdrs, keybuf objp) in libc_hidden_nolink_sunrpc()
55 xdr_netnamestr (XDR * xdrs, netnamestr * objp) in libc_hidden_nolink_sunrpc()
65 xdr_cryptkeyarg (XDR * xdrs, cryptkeyarg * objp) in libc_hidden_nolink_sunrpc()
78 xdr_cryptkeyarg2 (XDR * xdrs, cryptkeyarg2 * objp) in libc_hidden_nolink_sunrpc()
91 xdr_cryptkeyres (XDR * xdrs, cryptkeyres * objp) in libc_hidden_nolink_sunrpc()
109 xdr_unixcred (XDR * xdrs, unixcred * objp) in libc_hidden_nolink_sunrpc()
124 xdr_getcredres (XDR * xdrs, getcredres * objp) in libc_hidden_nolink_sunrpc()
142 xdr_key_netstarg (XDR * xdrs, key_netstarg * objp) in libc_hidden_nolink_sunrpc()
155 xdr_key_netstres (XDR * xdrs, key_netstres * objp) in libc_hidden_nolink_sunrpc()
A Dxdr_intXX_t.c28 xdr_int64_t (XDR *xdrs, int64_t *ip) in xdr_int64_t()
53 xdr_quad_t (XDR *xdrs, quad_t *ip) in libc_hidden_nolink_sunrpc()
61 xdr_uint64_t (XDR *xdrs, uint64_t *uip) in libc_hidden_nolink_sunrpc()
89 xdr_u_quad_t (XDR *xdrs, u_quad_t *ip) in libc_hidden_nolink_sunrpc()
97 xdr_int32_t (XDR *xdrs, int32_t *lp) in libc_hidden_nolink_sunrpc()
115 xdr_uint32_t (XDR *xdrs, uint32_t *ulp) in libc_hidden_nolink_sunrpc()
137 xdr_int16_t (XDR *xdrs, int16_t *ip) in libc_hidden_def()
161 xdr_uint16_t (XDR *xdrs, uint16_t *uip) in libc_hidden_nolink_sunrpc()
185 xdr_int8_t (XDR *xdrs, int8_t *ip) in libc_hidden_nolink_sunrpc()
209 xdr_uint8_t (XDR *xdrs, uint8_t *uip) in libc_hidden_nolink_sunrpc()
A Dxdr.c69 XDR x; in xdr_free()
98 xdr_int (XDR *xdrs, int *ip) in libc_hidden_def()
139 xdr_u_int (XDR *xdrs, u_int *up) in libc_hidden_def()
181 xdr_long (XDR *xdrs, long *lp) in libc_hidden_def()
209 xdr_u_long (XDR *xdrs, u_long *ulp) in libc_hidden_def()
247 xdr_hyper (XDR *xdrs, quad_t *llp) in libc_hidden_def()
340 xdr_short (XDR *xdrs, short *sp) in libc_hidden_def()
407 xdr_char (XDR *xdrs, char *cp) in libc_hidden_def()
451 xdr_bool (XDR *xdrs, bool_t *bp) in libc_hidden_def()
484 xdr_enum (XDR *xdrs, enum_t *ep) in libc_hidden_def()
[all …]
A Dxdr_rec.c59 static u_int xdrrec_getpos (const XDR *);
62 static void xdrrec_destroy (XDR *);
138 xdrrec_create (XDR *xdrs, u_int sendsize, in xdrrec_create()
203 xdrrec_getlong (XDR *xdrs, long *lp) in libc_hidden_nolink_sunrpc()
302 xdrrec_getpos (const XDR *xdrs) in xdrrec_getpos()
328 xdrrec_setpos (XDR *xdrs, u_int pos) in xdrrec_setpos()
368 xdrrec_inline (XDR *xdrs, u_int len) in xdrrec_inline()
401 xdrrec_destroy (XDR *xdrs) in xdrrec_destroy()
411 xdrrec_getint32 (XDR *xdrs, int32_t *ip) in xdrrec_getint32()
467 xdrrec_skiprecord (XDR *xdrs) in xdrrec_skiprecord()
[all …]
A Dauth_none.c48 static bool_t authnone_marshal (AUTH *, XDR *);
77 XDR xdr_stream; in authnone_create_once()
78 XDR *xdrs; in authnone_create_once()
102 authnone_marshal (AUTH *client, XDR *xdrs) in libc_hidden_nolink_sunrpc()
A Dsvc_raw.c48 XDR xdr_stream;
100 XDR *xdrs; in svcraw_recv()
116 XDR *xdrs; in svcraw_reply()
143 XDR *xdrs; in svcraw_freeargs()
A Drpc_prot.c52 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
66 xdr_des_block (XDR *xdrs, des_block *blkp) in libc_hidden_nolink_sunrpc()
78 xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar) in libc_hidden_nolink_sunrpc()
104 xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr) in libc_hidden_nolink_sunrpc()
133 xdr_replymsg (XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
152 xdr_callhdr (XDR *xdrs, struct rpc_msg *cmsg) in libc_hidden_nolink_sunrpc()
A Dauth_unix.c62 static bool_t authunix_marshal (AUTH *, XDR *);
101 XDR xdrs; in authunix_create()
235 authunix_marshal (AUTH *auth, XDR *xdrs) in authunix_marshal()
246 XDR xdrs; in authunix_validate()
281 XDR xdrs; in authunix_refresh()
343 XDR xdr_stream; in marshal_new_auth()
344 XDR *xdrs = &xdr_stream; in marshal_new_auth()
A Dxdr_ref.c58 xdr_reference (XDR *xdrs, in xdr_reference()
119 xdr_pointer (XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj) in libc_hidden_nolink_sunrpc()
A Dauthdes_prot.c44 xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred) in xdr_authdes_cred()
71 xdr_authdes_verf (register XDR *xdrs, register struct authdes_verf *verf) in libc_hidden_nolink_sunrpc()
A Dclnt_raw.c53 XDR xdr_stream;
90 XDR *xdrs; in clntraw_create()
136 XDR *xdrs = &clp->xdr_stream; in libc_hidden_nolink_sunrpc()
220 XDR *xdrs = &clp->xdr_stream; in clntraw_freeres()
A Dxdr_array.c57 xdr_array (XDR *xdrs, in xdr_array()
149 xdr_vector (XDR *xdrs, char *basep, u_int nelem, u_int elemsize, in libc_hidden_def()
A Dpmap_prot.c42 xdr_pmap (XDR *xdrs, struct pmap *regs) in xdr_pmap()
A Dpmap_prot2.c80 xdr_pmaplist (XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist()
A Dauthuxprot.c47 xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) in xdr_authunix_parms()

Completed in 41 milliseconds

12