/glibc-2.36/nis/ |
D | nis_xdr.c | 29 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 …]
|
D | nis_clone_dir.c | 30 XDR xdrs; in nis_clone_directory() local
|
D | nis_clone_obj.c | 30 XDR xdrs; in nis_clone_object() local
|
D | nis_clone_res.c | 30 XDR xdrs; in nis_clone_result() local
|
D | ypupdate_xdr.c | 36 xdr_yp_buf (XDR *xdrs, yp_buf *objp) in xdr_yp_buf()
|
D | nis_file.c | 41 XDR xdrs; in read_nis_obj() local 65 XDR xdrs; in write_nis_obj() local
|
/glibc-2.36/sunrpc/ |
D | xdr_mem.c | 73 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()
|
D | xdr_stdio.c | 84 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 …]
|
D | xdr_sizeof.c | 45 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()
|
D | pmap_prot.c | 42 xdr_pmap (XDR *xdrs, struct pmap *regs) in xdr_pmap()
|
D | authuxprot.c | 47 xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) in xdr_authunix_parms()
|
D | rpc_cmsg.c | 43 xdr_callmsg (XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
|
D | pmap_prot2.c | 80 xdr_pmaplist (XDR *xdrs, struct pmaplist **rp) in xdr_pmaplist()
|
D | xdr_rec.c | 138 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 …]
|
D | authdes_prot.c | 44 xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred) in xdr_authdes_cred()
|
D | auth_unix.c | 101 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
|
D | svc_raw.c | 100 XDR *xdrs; in svcraw_recv() local 116 XDR *xdrs; in svcraw_reply() local 143 XDR *xdrs; in svcraw_freeargs() local
|
D | rpc_prot.c | 52 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()
|
D | xdr_ref.c | 58 xdr_reference (XDR *xdrs, in xdr_reference()
|
D | clnt_raw.c | 90 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
|
D | tst-xdrmem2.c | 29 XDR xdrs; in do_test() local
|
D | xdr_array.c | 57 xdr_array (XDR *xdrs, in xdr_array()
|
D | svc_tcp.c | 128 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
|
D | svc_unix.c | 126 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/ |
D | xdr.h | 165 #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 …]
|