include/rpc/auth.h
159
bool_t xdr_des_block(XDR *, des_block *);
include/rpc/auth.h
182
int (*ah_marshal) (struct __auth *, XDR *);
include/rpc/auth.h
266
bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
include/rpc/auth_des.h
117
bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
include/rpc/auth_des.h
118
bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
include/rpc/auth_kerb.h
135
extern bool_t xdr_authkerb_cred(XDR *, struct authkerb_cred *);
include/rpc/auth_kerb.h
136
extern bool_t xdr_authkerb_verf(XDR *, struct authkerb_verf *);
include/rpc/auth_unix.h
71
extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
include/rpc/pmap_prot.h
100
extern bool_t xdr_pmap(XDR *, struct pmap *);
include/rpc/pmap_prot.h
101
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
include/rpc/pmap_prot.h
102
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
include/rpc/pmap_rmt.h
59
bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
include/rpc/pmap_rmt.h
60
bool_t xdr_rmtcallres(XDR *, struct rmtcallres *);
include/rpc/rpc_msg.h
168
extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
176
extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
184
extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
192
extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
include/rpc/rpc_msg.h
200
extern bool_t xdr_rejected_reply(XDR *, struct rejected_reply *);
include/rpc/svc_dg.h
44
XDR su_xdrs; /* XDR handle */
include/rpc/xdr.h
134
typedef bool_t (*xdrproc_t)(XDR *, void *, u_int);
include/rpc/xdr.h
139
typedef bool_t (*xdrproc_t)(XDR *, ...);
include/rpc/xdr.h
162
xdr_getint32(XDR *xdrs, int32_t *ip)
include/rpc/xdr.h
173
xdr_putint32(XDR *xdrs, int32_t *ip)
include/rpc/xdr.h
283
extern bool_t xdr_int(XDR *, int *);
include/rpc/xdr.h
284
extern bool_t xdr_u_int(XDR *, u_int *);
include/rpc/xdr.h
285
extern bool_t xdr_long(XDR *, long *);
include/rpc/xdr.h
286
extern bool_t xdr_u_long(XDR *, u_long *);
include/rpc/xdr.h
287
extern bool_t xdr_short(XDR *, short *);
include/rpc/xdr.h
288
extern bool_t xdr_u_short(XDR *, u_short *);
include/rpc/xdr.h
289
extern bool_t xdr_int16_t(XDR *, int16_t *);
include/rpc/xdr.h
290
extern bool_t xdr_u_int16_t(XDR *, uint16_t *);
include/rpc/xdr.h
291
extern bool_t xdr_uint16_t(XDR *, uint16_t *);
include/rpc/xdr.h
292
extern bool_t xdr_int32_t(XDR *, int32_t *);
include/rpc/xdr.h
293
extern bool_t xdr_u_int32_t(XDR *, uint32_t *);
include/rpc/xdr.h
294
extern bool_t xdr_uint32_t(XDR *, uint32_t *);
include/rpc/xdr.h
295
extern bool_t xdr_int64_t(XDR *, int64_t *);
include/rpc/xdr.h
296
extern bool_t xdr_u_int64_t(XDR *, uint64_t *);
include/rpc/xdr.h
297
extern bool_t xdr_uint64_t(XDR *, uint64_t *);
include/rpc/xdr.h
298
extern bool_t xdr_bool(XDR *, bool_t *);
include/rpc/xdr.h
299
extern bool_t xdr_enum(XDR *, enum_t *);
include/rpc/xdr.h
300
extern bool_t xdr_array(XDR *, char **, u_int *, u_int, u_int, xdrproc_t);
include/rpc/xdr.h
301
extern bool_t xdr_bytes(XDR *, char **, u_int *, u_int);
include/rpc/xdr.h
302
extern bool_t xdr_opaque(XDR *, char *, u_int);
include/rpc/xdr.h
303
extern bool_t xdr_string(XDR *, char **, u_int);
include/rpc/xdr.h
304
extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
include/rpc/xdr.h
305
extern bool_t xdr_char(XDR *, char *);
include/rpc/xdr.h
306
extern bool_t xdr_u_char(XDR *, u_char *);
include/rpc/xdr.h
307
extern bool_t xdr_vector(XDR *, char *, u_int, u_int, xdrproc_t);
include/rpc/xdr.h
308
extern bool_t xdr_float(XDR *, float *);
include/rpc/xdr.h
309
extern bool_t xdr_double(XDR *, double *);
include/rpc/xdr.h
310
extern bool_t xdr_quadruple(XDR *, long double *);
include/rpc/xdr.h
311
extern bool_t xdr_reference(XDR *, char **, u_int, xdrproc_t);
include/rpc/xdr.h
312
extern bool_t xdr_pointer(XDR *, char **, u_int, xdrproc_t);
include/rpc/xdr.h
313
extern bool_t xdr_wrapstring(XDR *, char **);
include/rpc/xdr.h
315
extern bool_t xdr_hyper(XDR *, quad_t *);
include/rpc/xdr.h
316
extern bool_t xdr_u_hyper(XDR *, u_quad_t *);
include/rpc/xdr.h
317
extern bool_t xdr_longlong_t(XDR *, quad_t *);
include/rpc/xdr.h
318
extern bool_t xdr_u_longlong_t(XDR *, u_quad_t *);
include/rpc/xdr.h
332
extern bool_t xdr_netobj(XDR *, struct netobj *);
include/rpc/xdr.h
340
extern void xdrmem_create(XDR *, char *, u_int, enum xdr_op);
include/rpc/xdr.h
344
extern void xdrstdio_create(XDR *, FILE *, enum xdr_op);
include/rpc/xdr.h
348
extern void xdrrec_create(XDR *, u_int, u_int, void *,
include/rpc/xdr.h
353
extern bool_t xdrrec_endofrecord(XDR *, int);
include/rpc/xdr.h
356
extern bool_t xdrrec_skiprecord(XDR *);
include/rpc/xdr.h
359
extern bool_t xdrrec_eof(XDR *);
include/rpc/xdr.h
360
extern u_int xdrrec_readbytes(XDR *, caddr_t, u_int);
include/rpcsvc/yp_prot.h
308
bool_t xdr_datum(XDR *, datum *);
include/rpcsvc/yp_prot.h
309
bool_t xdr_ypreq_key(XDR *, struct ypreq_key *);
include/rpcsvc/yp_prot.h
310
bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
include/rpcsvc/yp_prot.h
311
bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *);
include/rpcsvc/yp_prot.h
312
bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
include/rpcsvc/yp_prot.h
313
bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
include/rpcsvc/yp_prot.h
314
bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
include/rpcsvc/yp_prot.h
315
bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
include/rpcsvc/yp_prot.h
316
bool_t xdr_yp_inaddr(XDR *, struct inaddr *);
include/rpcsvc/yp_prot.h
317
bool_t xdr_ypmap_parms(XDR *, struct ypmap_parms *);
include/rpcsvc/yp_prot.h
318
bool_t xdr_yppushresp_xfr(XDR *, struct yppushresp_xfr *);
include/rpcsvc/yp_prot.h
319
bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
include/rpcsvc/yp_prot.h
320
bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
include/rpcsvc/yp_prot.h
321
bool_t xdr_ypresp_maplist(XDR *, struct ypresp_maplist *);
lib/libc/rpc/auth_des.c
269
authdes_marshal(AUTH *auth, XDR *xdrs)
lib/libc/rpc/auth_des.c
66
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
lib/libc/rpc/auth_des.c
67
extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
lib/libc/rpc/auth_des.c
78
static bool_t authdes_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_none.c
105
authnone_marshal(AUTH *client __unused, XDR *xdrs)
lib/libc/rpc/auth_none.c
58
static bool_t authnone_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_none.c
76
XDR xdr_stream;
lib/libc/rpc/auth_none.c
77
XDR *xdrs;
lib/libc/rpc/auth_unix.c
210
authunix_marshal(AUTH *auth, XDR *xdrs)
lib/libc/rpc/auth_unix.c
225
XDR xdrs;
lib/libc/rpc/auth_unix.c
259
XDR xdrs;
lib/libc/rpc/auth_unix.c
325
XDR xdr_stream;
lib/libc/rpc/auth_unix.c
326
XDR *xdrs = &xdr_stream;
lib/libc/rpc/auth_unix.c
66
static bool_t authunix_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_unix.c
95
XDR xdrs;
lib/libc/rpc/authdes_prot.c
50
xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred)
lib/libc/rpc/authdes_prot.c
77
xdr_authdes_verf(XDR *xdrs, struct authdes_verf *verf)
lib/libc/rpc/authunix_prot.c
55
xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
lib/libc/rpc/clnt_bcast.c
239
XDR xdr_stream; /* XDR stream */
lib/libc/rpc/clnt_bcast.c
240
XDR *xdrs = &xdr_stream;
lib/libc/rpc/clnt_dg.c
112
XDR cu_outxdrs;
lib/libc/rpc/clnt_dg.c
292
XDR *xdrs;
lib/libc/rpc/clnt_dg.c
295
XDR reply_xdrs;
lib/libc/rpc/clnt_dg.c
536
XDR *xdrs = &(cu->cu_outxdrs);
lib/libc/rpc/clnt_raw.c
141
XDR *xdrs = &clp->xdr_stream;
lib/libc/rpc/clnt_raw.c
239
XDR *xdrs = &clp->xdr_stream;
lib/libc/rpc/clnt_raw.c
64
XDR xdr_stream;
lib/libc/rpc/clnt_raw.c
90
XDR *xdrs = &clp->xdr_stream;
lib/libc/rpc/clnt_vc.c
111
XDR ct_xdrs; /* XDR stream */
lib/libc/rpc/clnt_vc.c
311
XDR *xdrs = &(ct->ct_xdrs);
lib/libc/rpc/clnt_vc.c
442
XDR *xdrs;
lib/libc/rpc/key_prot_xdr.c
115
xdr_unixcred(XDR *xdrs, unixcred *objp)
lib/libc/rpc/key_prot_xdr.c
131
xdr_getcredres(XDR *xdrs, getcredres *objp)
lib/libc/rpc/key_prot_xdr.c
148
xdr_key_netstarg(XDR *xdrs, key_netstarg *objp)
lib/libc/rpc/key_prot_xdr.c
161
xdr_key_netstres(XDR *xdrs, key_netstres *objp)
lib/libc/rpc/key_prot_xdr.c
47
xdr_keystatus(XDR *xdrs, keystatus *objp)
lib/libc/rpc/key_prot_xdr.c
56
xdr_keybuf(XDR *xdrs, keybuf objp)
lib/libc/rpc/key_prot_xdr.c
65
xdr_netnamestr(XDR *xdrs, netnamestr *objp)
lib/libc/rpc/key_prot_xdr.c
74
xdr_cryptkeyarg(XDR *xdrs, cryptkeyarg *objp)
lib/libc/rpc/key_prot_xdr.c
85
xdr_cryptkeyarg2(XDR *xdrs, cryptkeyarg2 *objp)
lib/libc/rpc/key_prot_xdr.c
98
xdr_cryptkeyres(XDR *xdrs, cryptkeyres *objp)
lib/libc/rpc/pmap_prot.c
52
xdr_pmap(XDR *xdrs, struct pmap *regs)
lib/libc/rpc/pmap_prot2.c
132
xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
lib/libc/rpc/pmap_prot2.c
90
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
lib/libc/rpc/pmap_rmt.c
117
xdr_rmtcall_args(XDR *xdrs, struct rmtcallargs *cap)
lib/libc/rpc/pmap_rmt.c
149
xdr_rmtcallres(XDR *xdrs, struct rmtcallres *crp)
lib/libc/rpc/rpc_callmsg.c
53
xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg)
lib/libc/rpc/rpc_com.h
83
bool_t __xdrrec_setnonblock(XDR *, int);
lib/libc/rpc/rpc_com.h
84
bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t);
lib/libc/rpc/rpc_prot.c
135
xdr_rejected_reply(XDR *xdrs, struct rejected_reply *rr)
lib/libc/rpc/rpc_prot.c
173
xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg)
lib/libc/rpc/rpc_prot.c
201
xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg)
lib/libc/rpc/rpc_prot.c
67
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
lib/libc/rpc/rpc_prot.c
83
xdr_des_block(XDR *xdrs, des_block *blkp)
lib/libc/rpc/rpc_prot.c
98
xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar)
lib/libc/rpc/rpcb_clnt.c
90
extern bool_t xdr_wrapstring(XDR *, char **);
lib/libc/rpc/rpcb_prot.c
148
xdr_rpcblist(XDR *xdrs, RPCBLIST **rp)
lib/libc/rpc/rpcb_prot.c
158
xdr_rpcb_entry(XDR *xdrs, rpcb_entry *objp)
lib/libc/rpc/rpcb_prot.c
179
xdr_rpcb_entry_list_ptr(XDR *xdrs, rpcb_entry_list_ptr *rp)
lib/libc/rpc/rpcb_prot.c
232
xdr_rpcb_rmtcallargs(XDR *xdrs, struct rpcb_rmtcallargs *p)
lib/libc/rpc/rpcb_prot.c
282
xdr_rpcb_rmtcallres(XDR *xdrs, struct rpcb_rmtcallres *p)
lib/libc/rpc/rpcb_prot.c
298
xdr_netbuf(XDR *xdrs, struct netbuf *objp)
lib/libc/rpc/rpcb_prot.c
52
xdr_rpcb(XDR *xdrs, RPCB *objp)
lib/libc/rpc/rpcb_prot.c
96
xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp)
lib/libc/rpc/rpcb_st_xdr.c
194
xdr_rpcbs_proc(XDR *xdrs, rpcbs_proc objp)
lib/libc/rpc/rpcb_st_xdr.c
204
xdr_rpcbs_addrlist_ptr(XDR *xdrs, rpcbs_addrlist_ptr *objp)
lib/libc/rpc/rpcb_st_xdr.c
214
xdr_rpcbs_rmtcalllist_ptr(XDR *xdrs, rpcbs_rmtcalllist_ptr *objp)
lib/libc/rpc/rpcb_st_xdr.c
224
xdr_rpcb_stat(XDR *xdrs, rpcb_stat *objp)
lib/libc/rpc/rpcb_st_xdr.c
250
xdr_rpcb_stat_byvers(XDR *xdrs, rpcb_stat_byvers objp)
lib/libc/rpc/rpcb_st_xdr.c
49
xdr_rpcbs_addrlist(XDR *xdrs, rpcbs_addrlist *objp)
lib/libc/rpc/rpcb_st_xdr.c
83
xdr_rpcbs_rmtcalllist(XDR *xdrs, rpcbs_rmtcalllist *objp)
lib/libc/rpc/svc_auth_unix.c
59
XDR xdrs;
lib/libc/rpc/svc_dg.c
171
XDR *xdrs = &(su->su_xdrs);
lib/libc/rpc/svc_dg.c
219
XDR *xdrs = &(su->su_xdrs);
lib/libc/rpc/svc_dg.c
248
XDR *xdrs = &(su_data(xprt)->su_xdrs);
lib/libc/rpc/svc_raw.c
121
XDR *xdrs;
lib/libc/rpc/svc_raw.c
145
XDR *xdrs;
lib/libc/rpc/svc_raw.c
186
XDR *xdrs;
lib/libc/rpc/svc_raw.c
64
XDR xdr_stream;
lib/libc/rpc/svc_vc.c
563
XDR *xdrs;
lib/libc/rpc/svc_vc.c
600
XDR *xdrs;
lib/libc/rpc/svc_vc.c
615
XDR *xdrs;
lib/libc/rpc/svc_vc.c
96
XDR xdrs;
lib/libc/xdr/xdr.c
102
xdr_int(XDR *xdrs, int *ip)
lib/libc/xdr/xdr.c
130
xdr_u_int(XDR *xdrs, u_int *up)
lib/libc/xdr/xdr.c
160
xdr_long(XDR *xdrs, long *lp)
lib/libc/xdr/xdr.c
179
xdr_u_long(XDR *xdrs, u_long *ulp)
lib/libc/xdr/xdr.c
199
xdr_int32_t(XDR *xdrs, int32_t *int32_p)
lib/libc/xdr/xdr.c
228
xdr_u_int32_t(XDR *xdrs, uint32_t *uint32_p)
lib/libc/xdr/xdr.c
257
xdr_uint32_t(XDR *xdrs, uint32_t *uint32_p)
lib/libc/xdr/xdr.c
285
xdr_short(XDR *xdrs, short *sp)
lib/libc/xdr/xdr.c
313
xdr_u_short(XDR *xdrs, u_short *usp)
lib/libc/xdr/xdr.c
342
xdr_int16_t(XDR *xdrs, int16_t *int16_p)
lib/libc/xdr/xdr.c
370
xdr_u_int16_t(XDR *xdrs, uint16_t *uint16_p)
lib/libc/xdr/xdr.c
398
xdr_uint16_t(XDR *xdrs, uint16_t *uint16_p)
lib/libc/xdr/xdr.c
427
xdr_char(XDR *xdrs, char *cp)
lib/libc/xdr/xdr.c
443
xdr_u_char(XDR *xdrs, u_char *cp)
lib/libc/xdr/xdr.c
459
xdr_bool(XDR *xdrs, bool_t *bp)
lib/libc/xdr/xdr.c
487
xdr_enum(XDR *xdrs, enum_t *ep)
lib/libc/xdr/xdr.c
511
xdr_opaque(XDR *xdrs, caddr_t cp, u_int cnt)
lib/libc/xdr/xdr.c
560
xdr_bytes(XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize)
lib/libc/xdr/xdr.c
621
xdr_netobj(XDR *xdrs, struct netobj *np)
lib/libc/xdr/xdr.c
644
xdr_union(XDR *xdrs, enum_t *dscmp, char *unp,
lib/libc/xdr/xdr.c
689
xdr_string(XDR *xdrs, char **cpp, u_int maxsize)
lib/libc/xdr/xdr.c
763
xdr_wrapstring(XDR *xdrs, char **cpp)
lib/libc/xdr/xdr.c
780
xdr_int64_t(XDR *xdrs, int64_t *llp)
lib/libc/xdr/xdr.c
81
XDR x;
lib/libc/xdr/xdr.c
811
xdr_u_int64_t(XDR *xdrs, uint64_t *ullp)
lib/libc/xdr/xdr.c
841
xdr_uint64_t(XDR *xdrs, uint64_t *ullp)
lib/libc/xdr/xdr.c
872
xdr_hyper(XDR *xdrs, longlong_t *llp)
lib/libc/xdr/xdr.c
887
xdr_u_hyper(XDR *xdrs, u_longlong_t *ullp)
lib/libc/xdr/xdr.c
902
xdr_longlong_t(XDR *xdrs, longlong_t *llp)
lib/libc/xdr/xdr.c
917
xdr_u_longlong_t(XDR *xdrs, u_longlong_t *ullp)
lib/libc/xdr/xdr_array.c
143
xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize,
lib/libc/xdr/xdr_array.c
70
xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize,
lib/libc/xdr/xdr_float.c
62
xdr_float(XDR *xdrs, float *fp)
lib/libc/xdr/xdr_float.c
80
xdr_double(XDR *xdrs, double *dp)
lib/libc/xdr/xdr_mem.c
111
xdrmem_destroy(XDR *xdrs __unused)
lib/libc/xdr/xdr_mem.c
117
xdrmem_getlong_aligned(XDR *xdrs, long *lp)
lib/libc/xdr/xdr_mem.c
129
xdrmem_putlong_aligned(XDR *xdrs, const long *lp)
lib/libc/xdr/xdr_mem.c
141
xdrmem_getlong_unaligned(XDR *xdrs, long *lp)
lib/libc/xdr/xdr_mem.c
155
xdrmem_putlong_unaligned(XDR *xdrs, const long *lp)
lib/libc/xdr/xdr_mem.c
169
xdrmem_getbytes(XDR *xdrs, char *addr, u_int len)
lib/libc/xdr/xdr_mem.c
181
xdrmem_putbytes(XDR *xdrs, const char *addr, u_int len)
lib/libc/xdr/xdr_mem.c
193
xdrmem_getpos(XDR *xdrs)
lib/libc/xdr/xdr_mem.c
201
xdrmem_setpos(XDR *xdrs, u_int pos)
lib/libc/xdr/xdr_mem.c
214
xdrmem_inline_aligned(XDR *xdrs, u_int len)
lib/libc/xdr/xdr_mem.c
228
xdrmem_inline_unaligned(XDR *xdrs __unused, u_int len __unused)
lib/libc/xdr/xdr_mem.c
57
static void xdrmem_destroy(XDR *);
lib/libc/xdr/xdr_mem.c
58
static bool_t xdrmem_getlong_aligned(XDR *, long *);
lib/libc/xdr/xdr_mem.c
59
static bool_t xdrmem_putlong_aligned(XDR *, const long *);
lib/libc/xdr/xdr_mem.c
60
static bool_t xdrmem_getlong_unaligned(XDR *, long *);
lib/libc/xdr/xdr_mem.c
61
static bool_t xdrmem_putlong_unaligned(XDR *, const long *);
lib/libc/xdr/xdr_mem.c
62
static bool_t xdrmem_getbytes(XDR *, char *, u_int);
lib/libc/xdr/xdr_mem.c
63
static bool_t xdrmem_putbytes(XDR *, const char *, u_int);
lib/libc/xdr/xdr_mem.c
65
static u_int xdrmem_getpos(XDR *);
lib/libc/xdr/xdr_mem.c
66
static bool_t xdrmem_setpos(XDR *, u_int);
lib/libc/xdr/xdr_mem.c
67
static int32_t *xdrmem_inline_aligned(XDR *, u_int);
lib/libc/xdr/xdr_mem.c
68
static int32_t *xdrmem_inline_unaligned(XDR *, u_int);
lib/libc/xdr/xdr_mem.c
99
xdrmem_create(XDR *xdrs, char *addr, u_int size, enum xdr_op op)
lib/libc/xdr/xdr_rec.c
165
xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, void *tcp_handle,
lib/libc/xdr/xdr_rec.c
227
xdrrec_getlong(XDR *xdrs, long *lp)
lib/libc/xdr/xdr_rec.c
249
xdrrec_putlong(XDR *xdrs, const long *lp)
lib/libc/xdr/xdr_rec.c
271
xdrrec_getbytes(XDR *xdrs, char *addr, u_int len)
lib/libc/xdr/xdr_rec.c
296
xdrrec_putbytes(XDR *xdrs, const char *addr, u_int len)
lib/libc/xdr/xdr_rec.c
319
xdrrec_getpos(XDR *xdrs)
lib/libc/xdr/xdr_rec.c
344
xdrrec_setpos(XDR *xdrs, u_int pos)
lib/libc/xdr/xdr_rec.c
381
xdrrec_inline(XDR *xdrs, u_int len)
lib/libc/xdr/xdr_rec.c
410
xdrrec_destroy(XDR *xdrs)
lib/libc/xdr/xdr_rec.c
429
xdrrec_skiprecord(XDR *xdrs)
lib/libc/xdr/xdr_rec.c
464
xdrrec_eof(XDR *xdrs)
lib/libc/xdr/xdr_rec.c
487
xdrrec_endofrecord(XDR *xdrs, bool_t sendnow)
lib/libc/xdr/xdr_rec.c
511
__xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata)
lib/libc/xdr/xdr_rec.c
591
__xdrrec_setnonblock(XDR *xdrs, int maxrec)
lib/libc/xdr/xdr_rec.c
72
static bool_t xdrrec_getlong(XDR *, long *);
lib/libc/xdr/xdr_rec.c
73
static bool_t xdrrec_putlong(XDR *, const long *);
lib/libc/xdr/xdr_rec.c
74
static bool_t xdrrec_getbytes(XDR *, char *, u_int);
lib/libc/xdr/xdr_rec.c
76
static bool_t xdrrec_putbytes(XDR *, const char *, u_int);
lib/libc/xdr/xdr_rec.c
77
static u_int xdrrec_getpos(XDR *);
lib/libc/xdr/xdr_rec.c
78
static bool_t xdrrec_setpos(XDR *, u_int);
lib/libc/xdr/xdr_rec.c
79
static int32_t *xdrrec_inline(XDR *, u_int);
lib/libc/xdr/xdr_rec.c
80
static void xdrrec_destroy(XDR *);
lib/libc/xdr/xdr_reference.c
124
xdr_pointer(XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj)
lib/libc/xdr/xdr_reference.c
71
xdr_reference(XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc)
lib/libc/xdr/xdr_sizeof.c
113
x_destroy(XDR *xdrs)
lib/libc/xdr/xdr_sizeof.c
127
XDR x;
lib/libc/xdr/xdr_sizeof.c
131
typedef bool_t (* dummyfunc1)(XDR *, long *);
lib/libc/xdr/xdr_sizeof.c
132
typedef bool_t (* dummyfunc2)(XDR *, caddr_t, u_int);
lib/libc/xdr/xdr_sizeof.c
50
x_putlong(XDR *xdrs, const long *longp __unused)
lib/libc/xdr/xdr_sizeof.c
58
x_putbytes(XDR *xdrs, const char *bp __unused, u_int len)
lib/libc/xdr/xdr_sizeof.c
65
x_getpostn(XDR *xdrs)
lib/libc/xdr/xdr_sizeof.c
72
x_setpostn(XDR *xdrs __unused, u_int pos __unused)
lib/libc/xdr/xdr_sizeof.c
79
x_inline(XDR *xdrs, u_int len)
lib/libc/xdr/xdr_stdio.c
105
xdrstdio_getlong(XDR *xdrs, long *lp)
lib/libc/xdr/xdr_stdio.c
116
xdrstdio_putlong(XDR *xdrs, const long *lp)
lib/libc/xdr/xdr_stdio.c
126
xdrstdio_getbytes(XDR *xdrs, char *addr, u_int len)
lib/libc/xdr/xdr_stdio.c
135
xdrstdio_putbytes(XDR *xdrs, const char *addr, u_int len)
lib/libc/xdr/xdr_stdio.c
145
xdrstdio_getpos(XDR *xdrs)
lib/libc/xdr/xdr_stdio.c
152
xdrstdio_setpos(XDR *xdrs, u_int pos)
lib/libc/xdr/xdr_stdio.c
161
xdrstdio_inline(XDR *xdrs __unused, u_int len __unused)
lib/libc/xdr/xdr_stdio.c
53
static void xdrstdio_destroy(XDR *);
lib/libc/xdr/xdr_stdio.c
54
static bool_t xdrstdio_getlong(XDR *, long *);
lib/libc/xdr/xdr_stdio.c
55
static bool_t xdrstdio_putlong(XDR *, const long *);
lib/libc/xdr/xdr_stdio.c
56
static bool_t xdrstdio_getbytes(XDR *, char *, u_int);
lib/libc/xdr/xdr_stdio.c
57
static bool_t xdrstdio_putbytes(XDR *, const char *, u_int);
lib/libc/xdr/xdr_stdio.c
58
static u_int xdrstdio_getpos(XDR *);
lib/libc/xdr/xdr_stdio.c
59
static bool_t xdrstdio_setpos(XDR *, u_int);
lib/libc/xdr/xdr_stdio.c
60
static int32_t *xdrstdio_inline(XDR *, u_int);
lib/libc/xdr/xdr_stdio.c
83
xdrstdio_create(XDR *xdrs, FILE *file, enum xdr_op op)
lib/libc/xdr/xdr_stdio.c
98
xdrstdio_destroy(XDR *xdrs)
lib/libc/yp/xdryp.c
52
xdr_datum(XDR *xdrs, datum *objp)
lib/libc/yp/xdryp.c
61
xdr_ypresp_all_seq(XDR *xdrs, u_long *objp)
lib/libc/yp/yplib.c
52
bool_t xdr_ypresp_all_seq(XDR *, u_long *);
libexec/ypxfr/ypxfr_getmap.c
43
extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
libexec/ypxfr/ypxfrd_getmap.c
52
xdr_my_xfr(register XDR *xdrs, xfr *objp)
sbin/mount_nfs/mount_nfs.c
188
static int xdr_dir(XDR *, char *);
sbin/mount_nfs/mount_nfs.c
189
static int xdr_fh(XDR *, struct nfhret *);
sbin/mount_nfs/mount_nfs.c
847
xdr_dir(XDR *xdrsp, char *dirp)
sbin/mount_nfs/mount_nfs.c
853
xdr_fh(XDR *xdrsp, struct nfhret *np)
sbin/mountd/mountd.c
1008
xdr_explist_common(XDR *xdrsp, caddr_t cp __unused, int brief)
sbin/mountd/mountd.c
1045
put_exlist(struct dirlist *dp, XDR *xdrsp, struct dirlist *adp, int *putdefp, int brief)
sbin/mountd/mountd.c
1108
xdr_explist(XDR *xdrsp, caddr_t cp)
sbin/mountd/mountd.c
1115
xdr_explist_brief(XDR *xdrsp, caddr_t cp)
sbin/mountd/mountd.c
186
int put_exlist(struct dirlist *, XDR *, struct dirlist *, int *, int);
sbin/mountd/mountd.c
192
int xdr_dir(XDR *, char *);
sbin/mountd/mountd.c
193
int xdr_explist(XDR *, caddr_t);
sbin/mountd/mountd.c
194
int xdr_explist_brief(XDR *, caddr_t);
sbin/mountd/mountd.c
195
int xdr_explist_common(XDR *, caddr_t, int);
sbin/mountd/mountd.c
196
int xdr_fhs(XDR *, caddr_t);
sbin/mountd/mountd.c
197
int xdr_mlist(XDR *, caddr_t);
sbin/mountd/mountd.c
945
xdr_dir(XDR *xdrsp, char *dirp)
sbin/mountd/mountd.c
954
xdr_fhs(XDR *xdrsp, caddr_t cp)
sbin/mountd/mountd.c
980
xdr_mlist(XDR *xdrsp, caddr_t cp __unused)
sbin/umount/umount.c
77
int xdr_dir (XDR *, char *);
sbin/umount/umount.c
790
xdr_dir(XDR *xdrsp, char *dirp)
usr.bin/showmount/showmount.c
247
xdr_mntdump(XDR *xdrsp, struct mountlist **mlp)
usr.bin/showmount/showmount.c
327
xdr_exports(XDR *xdrsp, struct exportslist **exp)
usr.bin/showmount/showmount.c
88
static int xdr_mntdump(XDR *, struct mountlist **);
usr.bin/showmount/showmount.c
89
static int xdr_exports(XDR *, struct exportslist **);
usr.sbin/rpc.umntall/rpc.umntall.c
257
xdr_dir(XDR *xdrsp, char *dirp) {
usr.sbin/rpc.umntall/rpc.umntall.c
55
int xdr_dir (XDR *, char *);
usr.sbin/rpc.ypxfrd/ypxfrd_server.c
55
xdr_my_xfr(XDR *xdrs, xfr *objp)
usr.sbin/rpcbind/rpcb_svc_com.c
1225
XDR reply_xdrs;
usr.sbin/rpcbind/rpcb_svc_com.c
421
xdr_encap_parms(XDR *xdrs, struct encap_parms *epp)
usr.sbin/rpcbind/rpcb_svc_com.c
432
xdr_rmtcall_args(XDR *xdrs, struct r_rmtcall_args *cap)
usr.sbin/rpcbind/rpcb_svc_com.c
449
xdr_rmtcall_result(XDR *xdrs, struct r_rmtcall_args *cap)
usr.sbin/rpcbind/rpcb_svc_com.c
482
xdr_opaque_parms(XDR *xdrs, struct r_rmtcall_args *cap)
usr.sbin/rpcbind/rpcb_svc_com.c
615
XDR outxdr;
usr.sbin/rpcbind/rpcb_svc_com.c
95
static bool_t xdr_encap_parms(XDR *, struct encap_parms *);
usr.sbin/rpcbind/rpcb_svc_com.c
96
static bool_t xdr_rmtcall_args(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
97
static bool_t xdr_rmtcall_result(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
98
static bool_t xdr_opaque_parms(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/warmstart.c
107
XDR xdrs;
usr.sbin/rpcbind/warmstart.c
72
XDR xdrs;
usr.sbin/ypserv/yp_server.c
463
xdr_my_ypresp_all(XDR *xdrs, ypresp_all *objp)