Searched refs:rpc (Results 251 - 275 of 428) sorted by relevance

<<1112131415161718

/freebsd-13-stable/tools/bsdbox/
H A DMakefile.depend8 include/rpc \
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_time.c45 #include <rpc/rpc.h>
46 #include <rpc/rpc_com.h>
47 #include <rpc/rpcb_prot.h>
81 * Stolen from rpc.nisd:
H A Dauth_unix.c63 #include <rpc/types.h>
64 #include <rpc/xdr.h>
65 #include <rpc/auth.h>
66 #include <rpc/auth_unix.h>
H A Dclnt_raw.c45 * Memory based rpc for simple testing and timing.
46 * Interface to create an rpc client and server in the same process.
47 * This lets us similate rpc and get round trip overhead, without
58 #include <rpc/rpc.h>
59 #include <rpc/raw.h>
89 * Create a client handle for memory based rpc.
H A Dnetnamer.c45 #include <rpc/rpc.h>
46 #include <rpc/rpc_com.h>
124 err = __rpc_get_default_domain(&domain); /* change to rpc */
220 err = __rpc_get_default_domain(&domain); /* change to rpc */
H A Drpcb_st_xdr.c46 #include <rpc/rpc.h>
47 #include <rpc/rpc_com.h>
H A Dsvc_generic.c54 #include <rpc/rpc.h>
55 #include <rpc/nettype.h>
H A Dsvc_raw.c46 * Interface to create an rpc client and server in the same UNIX process.
47 * This lets us similate rpc and get rpc (round trip) overhead, without
54 #include <rpc/rpc.h>
56 #include <rpc/raw.h>
H A Dsvc_simple.c42 * Simplified front end to rpc.
55 #include <rpc/rpc.h>
56 #include <rpc/nettype.h>
89 * For simplified, easy to use kind of rpc interfaces.
297 "rpc: rpc_reg trouble replying to prog %u vers %u",
309 warnx("rpc: rpc_reg: never registered prog %u vers %u",
/freebsd-13-stable/include/rpcsvc/
H A DMakefile24 RPCHDRSDIR= ${INCLUDEDIR}/rpc
/freebsd-13-stable/lib/libypclnt/
H A DMakefile28 RPCSRC_PRIV= ${SRCTOP}/usr.sbin/rpc.yppasswdd/yppasswd_private.x
/freebsd-13-stable/contrib/libevent/
H A Devrpc-internal.h36 #define EVRPC_URI_PREFIX "/.rpc."
41 /* returns EVRPC_TERMINATE; if the rpc should be aborted.
130 /* the server side of an rpc */
147 * the static structure for this rpc; that can be used to
150 struct evrpc *rpc; member in struct:evrpc_req_generic
163 /* the client side of an rpc request */
173 /* pool on which this rpc request is being made */
185 /* the name of the rpc */
/freebsd-13-stable/contrib/libevent/test/
H A DMakefile.nmake71 regress.gen.c regress.gen.h: regress.rpc ../event_rpcgen.py
74 -python ..\event_rpcgen.py regress.rpc
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h36 #define EVRPC_URI_PREFIX "/.rpc."
41 /* returns EVRPC_TERMINATE; if the rpc should be aborted.
130 /* the server side of an rpc */
147 * the static structure for this rpc; that can be used to
150 struct evrpc *rpc; member in struct:evrpc_req_generic
163 /* the client side of an rpc request */
173 /* pool on which this rpc request is being made */
185 /* the name of the rpc */
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake71 regress.gen.c regress.gen.h: regress.rpc ../event_rpcgen.py
74 -python ..\event_rpcgen.py regress.rpc
/freebsd-13-stable/sys/modules/kgssapi/
H A DMakefile3 .PATH: ${SRCTOP}/sys/kgssapi ${SRCTOP}/sys/rpc/rpcsec_gss
/freebsd-13-stable/crypto/openssh/
H A Dincludes.h115 # include <rpc/types.h> /* For INADDR_LOOPBACK */
/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c50 #include <rpc/rpc.h>
51 #include <rpc/clnt.h>
52 #include <rpc/pmap_clnt.h>
/freebsd-13-stable/usr.bin/showmount/
H A Dshowmount.c58 #include <rpc/rpc.h>
59 #include <rpc/pmap_clnt.h>
60 #include <rpc/pmap_prot.h>
186 errx(1, "can't do mountdump rpc");
193 errx(1, "can't do exports rpc");
/freebsd-13-stable/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c45 #include <rpc/rpc.h>
46 #include <rpc/rpcsec_gss.h>
/freebsd-13-stable/sys/kgssapi/
H A Dgssd_prot.c40 #include <rpc/rpc.h>
41 #include <rpc/rpc_com.h>
/freebsd-13-stable/sys/rpc/
H A Dreplay.c42 #include <rpc/rpc.h>
43 #include <rpc/replay.h>
H A Dsvc_dg.c63 #include <rpc/rpc.h>
65 #include <rpc/rpc_com.h>
/freebsd-13-stable/usr.bin/ypwhich/
H A Dypwhich.c50 #include <rpc/rpc.h>
51 #include <rpc/xdr.h>
/freebsd-13-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c49 #include <rpc/rpc.h>
50 #include <rpc/key_prot.h>

Completed in 149 milliseconds

<<1112131415161718