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

123

/freebsd-10-stable/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-10-stable/share/doc/psd/24.xdr/
H A DMakefile3 VOLUME= psd/24.xdr
4 SRCS= stubs xdr.nts.ms
/freebsd-10-stable/share/doc/psd/25.xdrrfc/
H A DMakefile4 SRCS= stubs xdr.rfc.ms
/freebsd-10-stable/share/doc/psd/
H A DMakefile35 24.xdr \
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_xdr.c65 #include <rpc/xdr.h>
80 ATF_TC(xdr); variable
81 ATF_TC_HEAD(xdr, tc)
86 ATF_TC_BODY(xdr, tc)
119 "xdr ENCODE result differs");
126 ATF_TP_ADD_TC(tp, xdr);
/freebsd-10-stable/sys/modules/krpc/
H A DMakefile3 .PATH: ${.CURDIR}/../../rpc ${.CURDIR}/../../xdr
26 SRCS+= xdr.c \
/freebsd-10-stable/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h33 #include_next <rpc/xdr.h>
40 * Taken from sys/xdr/xdr_mem.c.
/freebsd-10-stable/lib/libc/rpc/
H A Dpmap_prot.c49 #include <rpc/xdr.h>
H A Dauthunix_prot.c49 #include <rpc/xdr.h>
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.
H A Dauthdes_prot.c44 #include <rpc/xdr.h>
56 * Unrolled xdr
82 * Unrolled xdr
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c421 u_32_t xdr, *p; local
466 xdr = B(p);
467 if (!(xdr == IPPROTO_UDP || xdr == IPPROTO_TCP))
471 rx.rx_proto = xdr;
538 u_32_t *p, xdr; local
549 xdr = B(p++); /* Length of auth_data */
552 if ((XDRALIGN(xdr) < xdr) || (RPCB_BUF_GEQ(rm, p, XDRALIGN(xdr))
867 u_32_t xdr, *p; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c30 #include <rpc/xdr.h>
2825 * An xdr packed nvlist is encoded as:
2831 * - encoded nvpairs, the format of one xdr encoded nvpair is:
2843 nvs_xdr_create(nvstream_t *nvs, XDR *xdr, char *buf, size_t buflen) argument
2845 /* xdr data must be 4 byte aligned */
2851 xdrmem_create(xdr, buf, (uint_t)buflen, XDR_ENCODE);
2852 nvs->nvs_private = xdr;
2855 xdrmem_create(xdr, buf, (uint_t)buflen, XDR_DECODE);
2856 nvs->nvs_private = xdr;
2885 XDR *xdr local
2910 XDR *xdr = nvs->nvs_private; local
2933 XDR *xdr = nvs->nvs_private; local
3238 XDR *xdr = nvs->nvs_private; local
3293 XDR xdr; local
[all...]
/freebsd-10-stable/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-10-stable/libexec/ypxfr/
H A Dypxfr_getmap.c40 #include <rpc/xdr.h>
/freebsd-10-stable/sys/rpc/
H A Drpc.h49 #include <rpc/xdr.h> /* generic (de)serializer */
H A Dauthunix_prot.c52 #include <rpc/xdr.h>
/freebsd-10-stable/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-10-stable/usr.sbin/yppoll/
H A Dyppoll.c45 #include <rpc/xdr.h>
/freebsd-10-stable/usr.bin/ypcat/
H A Dypcat.c39 #include <rpc/xdr.h>
/freebsd-10-stable/usr.bin/ypmatch/
H A Dypmatch.c39 #include <rpc/xdr.h>

Completed in 212 milliseconds

123