Home
last modified time | relevance | path

Searched defs:xdrs (Results 1 – 25 of 44) sorted by relevance

12

/glibc-2.36/nis/
Dnis_xdr.c29 xdr_nis_attr (XDR *xdrs, nis_attr *objp) in xdr_nis_attr()
39 xdr_nis_name (XDR *xdrs, nis_name *objp) in xdr_nis_name()
45 _xdr_nis_name (XDR *xdrs, nis_name *objp) in _xdr_nis_name()
51 xdr_zotypes (XDR *xdrs, zotypes *objp) in xdr_zotypes()
57 xdr_nstype (XDR *xdrs, nstype *objp) in xdr_nstype()
63 xdr_oar_mask (XDR *xdrs, oar_mask *objp) in xdr_oar_mask()
72 xdr_endpoint (XDR *xdrs, endpoint *objp) in xdr_endpoint()
85 _xdr_nis_server (XDR *xdrs, nis_server *objp) in _xdr_nis_server()
103 _xdr_directory_obj (XDR *xdrs, directory_obj *objp) in _xdr_directory_obj()
129 xdr_entry_col (XDR *xdrs, entry_col *objp) in xdr_entry_col()
[all …]
Dnis_clone_dir.c30 XDR xdrs; in nis_clone_directory() local
Dnis_clone_obj.c30 XDR xdrs; in nis_clone_object() local
Dnis_clone_res.c30 XDR xdrs; in nis_clone_result() local
Dypupdate_xdr.c36 xdr_yp_buf (XDR *xdrs, yp_buf *objp) in xdr_yp_buf()
Dnis_file.c41 XDR xdrs; in read_nis_obj() local
65 XDR xdrs; in write_nis_obj() local
/glibc-2.36/sunrpc/
Dxdr_mem.c73 xdrmem_create (XDR *xdrs, const caddr_t addr, u_int size, enum xdr_op op) in xdrmem_create()
104 xdrmem_getlong (XDR *xdrs, long *lp) in xdrmem_getlong()
120 xdrmem_putlong (XDR *xdrs, const long *lp) in xdrmem_putlong()
137 xdrmem_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrmem_getbytes()
152 xdrmem_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrmem_putbytes()
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()
215 xdrmem_getint32 (XDR *xdrs, int32_t *ip) in xdrmem_getint32()
231 xdrmem_putint32 (XDR *xdrs, const int32_t *ip) in xdrmem_putint32()
Dxdr_stdio.c84 xdrstdio_create (XDR *xdrs, FILE *file, enum xdr_op op) in xdrstdio_create()
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()
128 xdrstdio_getbytes (XDR *xdrs, const caddr_t addr, u_int len) in xdrstdio_getbytes()
137 xdrstdio_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrstdio_putbytes()
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()
173 xdrstdio_getint32 (XDR *xdrs, int32_t *ip) in xdrstdio_getint32()
[all …]
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()
Dpmap_prot.c42 xdr_pmap (XDR *xdrs, struct pmap *regs) in xdr_pmap()
Dauthuxprot.c47 xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) in xdr_authunix_parms()
Drpc_cmsg.c43 xdr_callmsg (XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
Dpmap_prot2.c80 xdr_pmaplist (XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist()
Dxdr_rec.c138 xdrrec_create (XDR *xdrs, u_int sendsize, in xdrrec_create()
228 xdrrec_putlong (XDR *xdrs, const long *lp) in xdrrec_putlong()
251 xdrrec_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrrec_getbytes()
278 xdrrec_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrrec_putbytes()
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()
436 xdrrec_putint32 (XDR *xdrs, const int32_t *ip) in xdrrec_putint32()
[all …]
Dauthdes_prot.c44 xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred) in xdr_authdes_cred()
Dauth_unix.c101 XDR xdrs; in authunix_create() local
235 authunix_marshal (AUTH *auth, XDR *xdrs) in authunix_marshal()
246 XDR xdrs; in authunix_validate() local
281 XDR xdrs; in authunix_refresh() local
344 XDR *xdrs = &xdr_stream; in marshal_new_auth() local
Dsvc_raw.c100 XDR *xdrs; in svcraw_recv() local
116 XDR *xdrs; in svcraw_reply() local
143 XDR *xdrs; in svcraw_freeargs() local
Drpc_prot.c52 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
133 xdr_replymsg (XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
Dxdr_ref.c58 xdr_reference (XDR *xdrs, in xdr_reference()
Dclnt_raw.c90 XDR *xdrs; in clntraw_create() local
136 XDR *xdrs = &clp->xdr_stream; in libc_hidden_nolink_sunrpc() local
220 XDR *xdrs = &clp->xdr_stream; in clntraw_freeres() local
Dtst-xdrmem2.c29 XDR xdrs; in do_test() local
Dxdr_array.c57 xdr_array (XDR *xdrs, in xdr_array()
Dsvc_tcp.c128 XDR xdrs; member
395 XDR *xdrs = &(cd->xdrs); in svctcp_recv() local
418 XDR *xdrs = &(((struct tcp_conn *) (xprt->xp_p1))->xdrs); in svctcp_freeargs() local
428 XDR *xdrs = &(cd->xdrs); in svctcp_reply() local
Dsvc_unix.c126 XDR xdrs; member
494 XDR *xdrs = &(cd->xdrs); in svcunix_recv() local
523 XDR *xdrs = &(((struct unix_conn *) (xprt->xp_p1))->xdrs); in svcunix_freeargs() local
533 XDR *xdrs = &(cd->xdrs); in svcunix_reply() local
/glibc-2.36/sunrpc/rpc/
Dxdr.h165 #define XDR_GETINT32(xdrs, int32p) \ argument
167 #define xdr_getint32(xdrs, int32p) \ argument
170 #define XDR_PUTINT32(xdrs, int32p) \ argument
172 #define xdr_putint32(xdrs, int32p) \ argument
175 #define XDR_GETLONG(xdrs, longp) \ argument
177 #define xdr_getlong(xdrs, longp) \ argument
180 #define XDR_PUTLONG(xdrs, longp) \ argument
182 #define xdr_putlong(xdrs, longp) \ argument
185 #define XDR_GETBYTES(xdrs, addr, len) \ argument
187 #define xdr_getbytes(xdrs, addr, len) \ argument
[all …]

12