Searched refs:rpc (Results 376 - 400 of 622) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c31 #include <rpc/types.h>
/opensolaris-onvv-gate/usr/src/lib/libcrypt/common/
H A Ddes.c42 #include <rpc/des_crypt.h>
/opensolaris-onvv-gate/usr/src/lib/libnsl/
H A DMakefile.com135 pics/%.o: ../rpc/%.c
223 $(RPC:%.o=../rpc/%.c) \
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c40 * The following is kludged-up support for simple rpc broadcasts.
48 #include <rpc/rpc.h>
49 #include <rpc/nettype.h>
53 #include <rpc/pmap_prot.h>
H A Dnetnamer.c63 #include <rpc/rpc.h>
H A Drpc_prot.c39 * This set of routines implements the rpc message definition,
40 * its serializer and some common rpc utility routines.
41 * The routines are meant for various implementations of rpc -
42 * they are NOT for the rpc client or rpc service implementations!
43 * Because authentication stuff is easy and is part of rpc, the opaque
50 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetrpcent.c28 #include <rpc/rpcent.h>
32 /* rpc attributes filters */
49 * _nss_ldap_rpc2str is the data marshaling method for the rpc getXbyY
91 /* Get the canonical rpc name */
130 * getbyname gets struct rpcent values by rpc name. This function
131 * constructs an ldap search filter using the rpc name invocation
134 * the data results into *rpc = (struct rpcent *)argp->buf.result.
165 * getbynumber gets struct rpcent values by rpc number. This function
166 * constructs an ldap search filter using the rpc number invocation
169 * the data results into *rpc
[all...]
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_door_encdec.c27 #include <rpc/xdr.h>
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/
H A Dinc.flg42 usr/src/uts/common/rpc \
82 usr/src/uts/common/rpc \
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Dclnt.h41 #include <rpc/rpc_com.h>
42 #include <rpc/clnt_stat.h>
43 #include <rpc/auth.h>
46 * rpc calls return an enum clnt_stat. This should be looked at more,
63 * by all rpc clients.
82 /* Maximum rpc backoff time */
128 * Client rpc handle.
151 /* the ioctl() of rpc */
153 /* set rpc level timers */
168 bool_t (*cl_control)(); /* the ioctl() of rpc */
[all...]
H A Drpcsec_defs.h43 #include <rpc/types.h>
H A Dsvc.h39 #include <rpc/rpc_com.h>
40 #include <rpc/rpc_msg.h>
46 #include <rpc/svc_auth.h>
53 * 1) An arbitrary number of transport connections upon which rpc requests
66 * A service's dispatch function is called whenever an rpc request comes in
737 * NB: In pure implementations of rpc, the caller always waits for a reply
741 * xdr.h - xdr_void for the xdr routine. HOWEVER, connectionful rpc allows
742 * for the abuse of pure rpc via batched calling or pipelining. In the
835 * incoming calls or other events outside of the rpc architecture, the
841 * Global keeper of rpc servic
[all...]
H A Dsvc_clts.c58 #include <rpc/types.h>
59 #include <rpc/xdr.h>
60 #include <rpc/auth.h>
61 #include <rpc/clnt.h>
62 #include <rpc/rpc_msg.h>
63 #include <rpc/svc.h>
262 * Receive rpc requests.
418 * Send rpc reply.
727 * transaction id's. rpc service routines can use this to detect
967 ksp = kstat_create_zone("unix", 0, "rpc_server", "rpc",
[all...]
H A Drpcmod.c62 #include <rpc/rpc_com.h>
64 #include <rpc/types.h>
66 #include <rpc/xdr.h>
67 #include <rpc/auth.h>
68 #include <rpc/clnt.h>
69 #include <rpc/rpc_msg.h>
70 #include <rpc/clnt.h>
71 #include <rpc/svc.h>
72 #include <rpc/rpcsys.h>
73 #include <rpc/rpc_rdm
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/etc/
H A Dservices111 courier 530/tcp rpc # experimental
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c58 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c48 #include <rpc/rpc.h>
H A Drpcb_svc_4.c38 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c42 #include <rpc/rpc.h>
147 perror("rpc.rusersd: cannot fork");
202 time(&now); /* only one call to time() for this rpc call */
284 msgout("rpc.rusersd: malloc failed (2)");
315 char *replyerr = "rpc.rusersd: error replying to request";
361 msgout("rpc.rusersd: malloc failed (1)");
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypserv.c51 #include <rpc/rpc.h>
69 * connection to rpc.nisd_resolv failed
489 logprintf("ypserv: Can't reply to rpc call.\n");
524 logprintf("ypserv: Can't reply to rpc call.\n");
566 logprintf("ypserv: Can't replay to rpc call.\n");
H A Dypserv_resolv.c33 #include <rpc/rpc.h>
54 #define RESOLV_EXEC_PATH "/usr/etc/rpc.nisd_resolv"
55 #define RESOLV_EXEC_ERR "can't exec /usr/etc/rpc.nisd_resolv: %s\n"
57 #define RESOLV_EXEC_PATH "/usr/sbin/rpc.nisd_resolv"
58 #define RESOLV_EXEC_ERR "can't exec /usr/sbin/rpc.nisd_resolv: %s\n"
132 execlp(RESOLV_EXEC_PATH, "rpc.nisd_resolv",
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnis.x33 %#include <rpc/xdr.h>
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c25 #include <rpc/rpc.h> /* SUNWresync121 XXX */
/opensolaris-onvv-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_tcp.c50 #include <rpc/rpc.h>
91 * Creates, registers, and returns a (rpc) tcp based transporter.
249 return (FALSE); /* there is never an rpc msg to be processed */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c56 #include <rpc/rpc.h>
61 #include <rpc/auth.h>
62 #include <rpc/svc.h>
63 #include <rpc/xdr.h>
64 #include <rpc/clnt.h>

Completed in 142 milliseconds

<<11121314151617181920>>