Searched refs:rpc (Results 26 - 50 of 622) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rquota.c35 #include <rpc/types.h>
36 #include <rpc/rpc.h>
37 #include <rpc/xdr.h>
38 #include <rpc/auth.h>
39 #include <rpc/clnt.h>
40 #include <rpc/rpc_msg.h>
H A Dsnoop_rpcprint.c29 #include <rpc/types.h>
30 #include <rpc/xdr.h>
31 #include <rpc/auth.h>
32 #include <rpc/clnt.h>
33 #include <rpc/rpc_msg.h>
72 * if rpc in transient range and proc is 0 or 1, then
/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesprt.c41 #include <rpc/types.h>
42 #include <rpc/xdr.h>
43 #include <rpc/auth.h>
44 #include <rpc/clnt.h>
45 #include <rpc/auth_des.h>
H A Dsvc_authu.c39 * Handles UNIX flavor authentication parameters on the service side of rpc.
58 #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>
64 #include <rpc/auth_unix.h>
65 #include <rpc/svc_auth.h>
/opensolaris-onvv-gate/usr/src/cmd/keyserv/
H A Dkeylogout.c46 #include <rpc/rpc.h>
47 #include <rpc/key_prot.h>
65 "keylogout by root would break the rpc services that");
66 fprintf(stderr, " use secure rpc on this host!\n");
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A DMakefile28 # cmd/rpcsvc/rpc.bootparamd/Makefile
30 PROG= rpc.bootparamd
36 include ../Makefile.rpc
50 rpc.bootparamd: $(OBJS)
/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A DMakefile28 PROG= rpc.rexd on
31 REXDPROG= rpc.rexd
45 REXDOBJS= rpc.rexd.o errprintf.o mount_nfs.o rex.o unix_login.o mntent.o
48 CLEANOBJS= exportent.o sharetab.o on.o rpc.rexd.o where.o
60 rpc.rexd := LDLIBS += -lrpcsvc -lbsm -lpam
75 rpc.rexd: $$@.o $(OBJS)
91 $(ROOTREXD): rpc.rexd
114 rpc.rexd.o: rex.h
/opensolaris-onvv-gate/usr/src/lib/libsmedia/library/inc/
H A Drmedia.h48 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A DSUNWrsgk.mf29 depend fmri=pkg:/system/kernel/secure-rpc@0.5.11,5.11-0.133 type=require
/opensolaris-onvv-gate/usr/src/ucblib/librpcsoc/
H A Dgetrpcport.c28 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dauthdes_prot.c44 #include <rpc/types.h>
45 #include <rpc/xdr.h>
46 #include <rpc/auth.h>
47 #include <rpc/auth_des.h>
H A Dauthsys_prot.c43 #include <rpc/types.h>
44 #include <rpc/xdr.h>
45 #include <rpc/auth.h>
46 #include <rpc/auth_sys.h>
/opensolaris-onvv-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc33 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetrpcent.c28 * nis/getrpcent.c -- "nis" backend for nsswitch "rpc" database
38 #include <rpc/rpcent.h>
46 struct rpcent *rpc = (struct rpcent *)args->returnval; local
50 if (rpc) {
51 if (strcmp(rpc->r_name, name) == 0) {
54 for (aliasp = rpc->r_aliases; *aliasp != 0; aliasp++) {
94 res = _nss_nis_lookup(be, argp, 1, "rpc.byname",
121 return (_nss_nis_lookup(be, argp, 1, "rpc.bynumber", numstr, 0));
140 "rpc.bynumber"));
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.c47 #include <rpc/rpc.h>
48 #include <rpc/types.h>
49 #include <rpc/xdr.h>
50 #include <rpc/rpcb_prot.h>
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c27 * Contains routines that deal with TLI/XTI endpoints and rpc services.
105 * high, with the netid, all specified in 'rpc'. If registration fails,
109 register_rpc_service(const char *fmri, const rpc_info_t *rpc) argument
114 if ((nconf = getnetconfigent(rpc->netid)) == NULL) {
121 if (is_v6_netid(rpc->netid) && !can_use_af(AF_INET6)) {
125 rpc->netid, fmri);
129 rpc->netid, fmri, nc_sperror());
134 for (ver = rpc->lowver; ver <= rpc->highver; ver++) {
135 if (!rpcb_set(rpc
154 unregister_rpc_service(const char *fmri, const rpc_info_t *rpc) argument
318 rpc_info_t *rpc = tlx_info->pr_info.ri; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.h31 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnlockmgr33 BIND_FMRI=svc:/network/rpc/bind
/opensolaris-onvv-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.x20 %#include <rpc/auth_sys.h>
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.metad/
H A DMakefile29 # cmd/lvm/rpc.metad/Makefile
31 PROG= rpc.metad
44 POFILE= rpc.metadp.po
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Dspray_subr.c39 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdxdr.c29 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c42 #include <rpc/rpc.h>
/opensolaris-onvv-gate/usr/src/lib/libnsl/yp/
H A Dyp_b_clnt.c40 #include <rpc/rpc.h>
H A Dyppasswd_xdr.c31 #include <rpc/rpc.h>

Completed in 200 milliseconds

1234567891011>>