Searched refs:rpc (Results 351 - 375 of 409) sorted by relevance

<<11121314151617

/freebsd-11.0-release/sys/nfs/
H A Dnfs_fha.c40 #include <rpc/rpc.h>
/freebsd-11.0-release/lib/libc/rpc/
H A Dgetnetconfig.c35 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/getnetconfig.c 300624 2016-05-24 19:52:05Z ngie $");
49 #include <rpc/rpc.h>
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr.c55 #include <rpc/types.h>
56 #include <rpc/xdr.h>
/freebsd-11.0-release/sbin/umount/
H A Dumount.c50 #include <rpc/rpc.h>
355 * Check if we have to start the rpc-call later.
357 * we skip the rpc-call. Obviously this has to
604 * xdr routines for mount rpc's
/freebsd-11.0-release/sys/xdr/
H A Dxdr.c54 #include <rpc/types.h>
55 #include <rpc/xdr.h>
/freebsd-11.0-release/usr.sbin/inetd/
H A Dinetd.c94 * service name/version must be in /etc/rpc
96 * protocol rpc/tcp[4][6], rpc/udp[4][6]
123 #include <rpc/rpc.h>
124 #include <rpc/pmap_clnt.h>
257 struct rpcent *rpc; variable in typeref:struct:rpcent
502 syslog(LOG_ERR, "unknown rpc/udp or rpc/tcp");
511 syslog(LOG_ERR, "unknown rpc/udp
[all...]
/freebsd-11.0-release/include/rpc/
H A Dsvc.h32 * $FreeBSD: releng/11.0/include/rpc/svc.h 296349 2016-03-03 14:44:30Z pfg $
48 * 1) An arbitrary number of transport connections upon which rpc requests
59 * These data are registered with the rpc svc system via svc_register.
61 * A service's dispatch function is called whenever an rpc request comes in
285 * NB: In pure implementations of rpc, the caller always waits for a reply
289 * xdr.h - xdr_void for the xdr routine. HOWEVER, tcp based rpc allows
290 * for the abuse of pure rpc via batched calling or pipelining. In the
318 * incoming calls or other events outside of the rpc architecture, the
324 * Global keeper of rpc service descriptors in use
428 * Added for compatibility to old rpc 4.
[all...]
/freebsd-11.0-release/lib/libstand/
H A DMakefile144 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
H A Drpc.c1 /* $NetBSD: rpc.c,v 1.18 1998/01/23 19:27:45 thorpej Exp $ */
35 * @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
39 __FBSDID("$FreeBSD: releng/11.0/lib/libstand/rpc.c 197178 2009-09-13 21:51:01Z emaste $");
62 #include "rpc.h"
80 u_int32_t rp_rpcvers; /* rpc version (2) */
107 * Make a rpc call; return length of answer
294 struct rpc_reply rpc; member in struct:hackhdr
/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx6_sdma.h129 uint32_t rpc :14; member in struct:sdma_state_registers
/freebsd-11.0-release/sbin/mount_nfs/
H A Dmount_nfs.c56 #include <rpc/rpc.h>
57 #include <rpc/pmap_clnt.h>
58 #include <rpc/pmap_prot.h>
980 * xdr routines for mount rpc's
/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h34 /** @file rpc.h
62 * void FunctionCB(EVRPC_STRUCT(SendCommand)* rpc, void *arg);
64 * To send the reply, call EVRPC_REQUEST_DONE(rpc);
165 * defined in an .rpc file and converted to source code via event_rpcgen.py
177 struct evrpc* rpc; \
199 /** Creates a context structure that contains rpc specific information.
253 * @param rpc_req the rpc request structure provided to the server callback
259 /** completes the server response to an rpc request */
272 * @param rpc_req the rpc request structure provided to the server callback
283 /* functions to start up the rpc syste
[all...]
/freebsd-11.0-release/usr.bin/rpcgen/
H A Drpc_clntout.c46 #include <rpc/types.h>
/freebsd-11.0-release/sys/rpc/
H A Dclnt_vc.c37 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/clnt_vc.c 303691 2016-08-03 01:06:51Z ngie $");
45 * A sequence of calls may be batched-up in a send buffer. The rpc call
48 * the rpc timeout value is zero (see clnt.h, rpc).
78 #include <rpc/rpc.h>
79 #include <rpc/rpc_com.h>
80 #include <rpc/krpc.h>
113 * The rpc/vc package does buffering similar to stdio, so the client
441 * Hack to provide rpc
[all...]
H A Dsvc_vc.c36 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/svc_vc.c 300836 2016-05-27 08:48:33Z ngie $");
65 #include <rpc/rpc.h>
67 #include <rpc/krpc.h>
68 #include <rpc/rpc_com.h>
130 * Creates, registers, and returns a (rpc) tcp based transporter.
442 return (FALSE); /* there is never an rpc msg to be processed */
964 * and rpc.yppasswdd on AF_LOCAL.
H A Dsvc.c36 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/svc.c 303691 2016-08-03 01:06:51Z ngie $");
63 #include <rpc/rpc.h>
64 #include <rpc/rpcb_clnt.h>
65 #include <rpc/replay.h>
67 #include <rpc/rpc_com.h>
456 * The dispatch routine will be called when a rpc request for this
646 * Send a reply to an rpc request
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c47 #include <rpc/rpc.h>
48 #include <rpc/rpcb_prot.h>
49 #include <rpc/svc_dg.h>
58 #include <rpc/pmap_prot.h>
561 * go wrong. The proc is written to support broadcast rpc. In the broadcast
/freebsd-11.0-release/lib/libc/net/
H A Drcmd.c54 #include <rpc/rpc.h>
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot.h10 #include <rpc/rpc.h>
/freebsd-11.0-release/targets/pseudo/userland/share/
H A DMakefile.depend48 share/doc/psd/23.rpc \
/freebsd-11.0-release/usr.sbin/nfsuserd/
H A Dnfsuserd.c45 #include <rpc/rpc.h>
450 * The nfsuserd rpc service
/freebsd-11.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c34 __FBSDID("$FreeBSD: releng/11.0/usr.sbin/rpc.yppasswdd/yppasswdd_server.c 300430 2016-05-22 19:06:38Z ngie $");
60 #include <rpc/rpc.h>
242 * In order to have one rpc.yppasswdd support multiple domains,
774 * rpc.yppasswdd is started with the -a flag. Paranoia
786 yp_error("restart rpc.yppasswdd with the -a flag to \
/freebsd-11.0-release/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c33 #include <rpc/rpc.h>
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c46 #include <rpc/rpc.h>
47 #include <rpc/rpcb_prot.h>
56 #include <rpc/pmap_prot.h>
553 * go wrong. The proc is written to support broadcast rpc. In the broadcast
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c60 #include <rpc/rpc.h>
61 #include <rpc/krpc.h>
468 * - does the rpc by calling the krpc layer
469 * - break down rpc header and return with nfs reply

Completed in 203 milliseconds

<<11121314151617