Searched refs:xdr (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-9.3-release/lib/libc/xdr/
H A DMakefile.inc4 .PATH: ${.CURDIR}/xdr ${.CURDIR}/.
5 SRCS+= xdr.c xdr_array.c xdr_float.c xdr_mem.c \
9 SYM_MAPS+= ${.CURDIR}/xdr/Symbol.map
11 MAN+= xdr.3
20 xdr.3 xdr_array.3 \
21 xdr.3 xdr_bool.3 \
22 xdr.3 xdr_bytes.3 \
23 xdr.3 xdr_char.3 \
24 xdr.3 xdr_destroy.3 \
25 xdr
[all...]
H A Dxdr_reference.c44 * These are the "non-trivial" xdr primitives used to serialize and de-serialize
45 * "pointers". See xdr.h for more info on the interface to xdr.
55 #include <rpc/xdr.h>
72 xdrproc_t proc; /* xdr routine to handle the object */
H A Dxdr_array.c44 * These are the "non-trivial" xdr primitives used to serialize and de-serialize
45 * arrays. See xdr.h for more info on the interface to xdr.
56 #include <rpc/xdr.h>
64 * xdr procedure to call to handle each element of the array.
73 xdrproc_t elproc; /* xdr routine to handle each element */
117 * now we xdr each element of array
/freebsd-9.3-release/share/doc/psd/24.xdr/
H A DMakefile3 VOLUME= psd/24.xdr
4 SRCS= stubs xdr.nts.ms
/freebsd-9.3-release/share/doc/psd/25.xdrrfc/
H A DMakefile4 SRCS= stubs xdr.rfc.ms
/freebsd-9.3-release/share/doc/psd/
H A DMakefile35 24.xdr \
/freebsd-9.3-release/sys/modules/krpc/
H A DMakefile3 .PATH: ${.CURDIR}/../../rpc ${.CURDIR}/../../xdr
25 SRCS+= xdr.c \
/freebsd-9.3-release/lib/libc/rpc/
H A Dpmap_prot.c49 #include <rpc/xdr.h>
H A Dauthunix_prot.c49 #include <rpc/xdr.h>
H A Dauthdes_prot.c44 #include <rpc/xdr.h>
58 * Unrolled xdr
86 * Unrolled xdr
H A Dpmap_prot2.c49 #include <rpc/xdr.h>
63 * Compare that declaration with a corresponding xdr declaration that
76 * Notice that the xdr declaration has no nxt pointer while
81 * xdr union, pamplist_t.
/freebsd-9.3-release/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h33 #include_next <rpc/xdr.h>
40 * Taken from sys/xdr/xdr_mem.c.
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c418 u_32_t xdr, *p; local
463 xdr = B(p);
464 if (!(xdr == IPPROTO_UDP || xdr == IPPROTO_TCP))
468 rx.rx_proto = xdr;
535 u_32_t *p, xdr; local
546 xdr = B(p++); /* Length of auth_data */
549 if ((XDRALIGN(xdr) < xdr) || (RPCB_BUF_GEQ(rm, p, XDRALIGN(xdr))
864 u_32_t xdr, *p; local
[all...]
/freebsd-9.3-release/contrib/amd/amq/
H A Damq_xdr.c263 XDR xdr; local
265 xdr.x_op = XDR_FREE;
266 return ((*xdr_args) (&xdr, (caddr_t *) args_ptr));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c30 #include <rpc/xdr.h>
2815 * An xdr packed nvlist is encoded as:
2821 * - encoded nvpairs, the format of one xdr encoded nvpair is:
2833 nvs_xdr_create(nvstream_t *nvs, XDR *xdr, char *buf, size_t buflen) argument
2835 /* xdr data must be 4 byte aligned */
2841 xdrmem_create(xdr, buf, (uint_t)buflen, XDR_ENCODE);
2842 nvs->nvs_private = xdr;
2845 xdrmem_create(xdr, buf, (uint_t)buflen, XDR_DECODE);
2846 nvs->nvs_private = xdr;
2875 XDR *xdr local
2900 XDR *xdr = nvs->nvs_private; local
2923 XDR *xdr = nvs->nvs_private; local
3228 XDR *xdr = nvs->nvs_private; local
3283 XDR xdr; local
[all...]
/freebsd-9.3-release/include/rpc/
H A DMakefile15 svc.h svc_auth.h svc_soc.h svc_dg.h xdr.h
H A Drpc.h49 #include <rpc/xdr.h> /* generic (de)serializer */
/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_getmap.c40 #include <rpc/xdr.h>
/freebsd-9.3-release/sys/rpc/
H A Drpc.h49 #include <rpc/xdr.h> /* generic (de)serializer */
H A Dauthunix_prot.c52 #include <rpc/xdr.h>
/freebsd-9.3-release/sys/xdr/
H A Dxdr_reference.c44 * These are the "non-trivial" xdr primitives used to serialize and de-serialize
45 * "pointers". See xdr.h for more info on the interface to xdr.
53 #include <rpc/xdr.h>
68 xdrproc_t proc) /* xdr routine to handle the object */
H A Dxdr_array.c44 * These are the "non-trivial" xdr primitives used to serialize and de-serialize
45 * arrays. See xdr.h for more info on the interface to xdr.
54 #include <rpc/xdr.h>
61 * xdr procedure to call to handle each element of the array.
69 xdrproc_t elproc) /* xdr routine to handle each element */
113 * now we xdr each element of array
/freebsd-9.3-release/usr.sbin/yppoll/
H A Dyppoll.c45 #include <rpc/xdr.h>
/freebsd-9.3-release/usr.bin/ypcat/
H A Dypcat.c39 #include <rpc/xdr.h>
/freebsd-9.3-release/usr.bin/ypmatch/
H A Dypmatch.c39 #include <rpc/xdr.h>

Completed in 202 milliseconds

123