Searched refs:rpc (Results 301 - 325 of 409) sorted by relevance

<<11121314151617

/freebsd-11.0-release/lib/libc/rpc/
H A Drpc_prot.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/rpc_prot.c 301769 2016-06-09 22:18:25Z pfg $");
43 * This set of routines implements the rpc message definition,
44 * its serializer and some common rpc utility routines.
45 * The routines are meant for various implementations of rpc -
46 * they are NOT for the rpc client or rpc service implementations!
47 * Because authentication stuff is easy and is part of rpc, the opaque
56 #include <rpc/rpc.h>
H A Drpcb_st_xdr.c41 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/rpcb_st_xdr.c 301769 2016-06-09 22:18:25Z pfg $");
44 #include <rpc/rpc.h>
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr_float.c54 #include <rpc/types.h>
55 #include <rpc/xdr.h>
H A Dxdr_mem.c57 #include <rpc/types.h>
58 #include <rpc/xdr.h>
H A Dxdr_rec.c43 * layer above tcp (for rpc's use).
66 #include <rpc/types.h>
67 #include <rpc/xdr.h>
68 #include <rpc/auth.h>
69 #include <rpc/svc.h>
70 #include <rpc/clnt.h>
106 * meet the needs of xdr and rpc based on tcp.
/freebsd-11.0-release/libexec/rpc.rquotad/
H A Drquotad.c8 __FBSDID("$FreeBSD: releng/11.0/libexec/rpc.rquotad/rquotad.c 207736 2010-05-07 00:41:12Z mckusick $");
17 #include <rpc/rpc.h>
73 openlog("rpc.rquotad", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-11.0-release/sys/xdr/
H A Dxdr_mbuf.c36 #include <rpc/types.h>
37 #include <rpc/xdr.h>
H A Dxdr_mem.c54 #include <rpc/types.h>
55 #include <rpc/xdr.h>
/freebsd-11.0-release/sys/rpc/
H A Drpc_callmsg.c36 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/rpc_callmsg.c 258578 2013-11-25 19:04:36Z hrs $");
49 #include <rpc/rpc.h>
H A Drpc_generic.c36 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/rpc_generic.c 297391 2016-03-29 13:56:59Z trasz $");
60 #include <rpc/rpc.h>
61 #include <rpc/nettype.h>
62 #include <rpc/rpcsec_gss.h>
64 #include <rpc/rpc_com.h>
479 * Returns the type of the network as defined in <rpc/nettype.h>
518 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
579 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-11.0-release/usr.sbin/keyserv/
H A Dcrypt_server.c41 #include <rpc/des_crypt.h>
42 #include <rpc/des.h>
H A Dkeyserv.c58 #include <rpc/rpc.h>
61 #include <rpc/des_crypt.h>
62 #include <rpc/des.h>
63 #include <rpc/key_prot.h>
/freebsd-11.0-release/usr.sbin/nfscbd/
H A Dnfscbd.c46 #include <rpc/rpc.h>
90 * 5 - set up server socket for rpc
/freebsd-11.0-release/usr.sbin/rpc.statd/
H A Dfile.c32 * $FreeBSD: releng/11.0/usr.sbin/rpc.statd/file.c 299988 2016-05-16 23:29:04Z truckman $
45 #include <rpc/rpc.h>
278 syslog(LOG_ERR, "Failed to contact rpc.statd at host %s", hostname);
H A Dstatd.c39 __FBSDID("$FreeBSD: releng/11.0/usr.sbin/rpc.statd/statd.c 300935 2016-05-29 04:18:47Z ngie $");
45 #include <rpc/rpc.h>
46 #include <rpc/rpc_com.h>
289 openlog("rpc.statd", 0, LOG_DAEMON);
344 /* Get rpc.statd's address on this transport */
618 fprintf(stderr, "usage: rpc.statd [-d] [-h <bindip>] [-p <port>]\n");
/freebsd-11.0-release/usr.sbin/rpc.umntall/
H A Drpc.umntall.c30 "$FreeBSD: releng/11.0/usr.sbin/rpc.umntall/rpc.umntall.c 194880 2009-06-24 18:42:21Z dfr $";
37 #include <rpc/rpc.h>
254 * xdr routines for mount rpc's
264 "usage: rpc.umntall [-kv] [-e expire] [-h host] [-p path]");
/freebsd-11.0-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c34 __FBSDID("$FreeBSD: releng/11.0/usr.sbin/rpc.ypxfrd/ypxfrd_main.c 129654 2004-05-24 12:28:27Z stefanf $");
43 #include <rpc/pmap_clnt.h> /* for pmap_unset */
44 #include <rpc/rpc_com.h>
79 char *progname = "rpc.ypxfrd";
189 fprintf(stderr, "usage: rpc.ypxfrd [-p path]\n");
227 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON);
249 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON);
/freebsd-11.0-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c45 #include <rpc/rpc.h>
/freebsd-11.0-release/usr.sbin/ypserv/
H A Dyp_access.c38 #include <rpc/rpc.h>
H A Dyp_main.c66 #include <rpc/rpc.h>
67 #include <rpc/rpc_com.h>
394 * Traverse socketlist and create rpc service handles for each socket.
/freebsd-11.0-release/usr.sbin/ypbind/
H A Dypbind.c55 #include <rpc/rpc.h>
56 #include <rpc/xdr.h>
60 #include <rpc/pmap_clnt.h>
61 #include <rpc/pmap_prot.h>
62 #include <rpc/pmap_rmt.h>
63 #include <rpc/rpc_com.h>
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c42 #include <rpc/rpc.h>
43 #include <rpc/rpcsec_gss.h>
338 * means a normal nfs rpc, so check the cache
468 * Called by nfssvc() for nfsds. Just loops around servicing rpc requests
/freebsd-11.0-release/libexec/ypxfr/
H A Dypxfr_main.c47 #include <rpc/rpc.h>
48 #include <rpc/clnt.h>
412 /* Don't talk to rpc.ypxfrds on unprovileged ports. */
414 yp_error("rpc.ypxfrd on %s not using privileged port",
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/
H A Dt_rquotad.sh107 #finally, rpc.rquotad
109 atf_check -s exit:0 /usr/libexec/rpc.rquotad
/freebsd-11.0-release/usr.bin/getent/
H A Dgetent.c42 #include <rpc/rpcent.h>
68 static int rpc(int, char *[]);
91 { "rpc", rpc, },
454 * rpc
457 rpc(int argc, char *argv[]) function

Completed in 147 milliseconds

<<11121314151617