Searched refs:rpc (Results 1 - 25 of 263) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/include/rpc/
H A Drpc.h1 /* $NetBSD: rpc.h,v 1.14 2005/02/03 04:39:32 perry Exp $ */
31 * from: @(#)rpc.h 1.9 88/02/08 SMI
32 * @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
36 * rpc.h, Just includes the billions of rpc header files necessary to
44 #include <rpc/types.h> /* some typedefs */
48 #include <rpc/xdr.h> /* generic (de)serializer */
51 #include <rpc/auth.h> /* generic authenticator (client side) */
54 #include <rpc/clnt.h> /* generic rpc stuf
[all...]
H A DMakefile5 pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h rpc.h \
10 INCSDIR= /usr/include/rpc
12 .include <bsd.rpc.mk>
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.yppasswdd/
H A DMakefile3 PROG= rpc.yppasswdd
4 SRCS= rpc.yppasswdd.c yppasswdd_mkpw.c
5 MAN= rpc.yppasswdd.8
7 MLINKS= rpc.yppasswdd.8 yppasswdd.8
/netbsd-6-1-5-RELEASE/lib/libc/compat/rpc/
H A DMakefile.inc3 .PATH: ${COMPATDIR}/rpc
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Drpc_commondata.c43 #include <rpc/rpc.h>
H A D__rpc_getxid.c44 #include <rpc/rpc.h>
H A Dpmap_prot.c55 #include <rpc/types.h>
56 #include <rpc/xdr.h>
57 #include <rpc/pmap_prot.h>
H A Dauthunix_prot.c55 #include <rpc/types.h>
56 #include <rpc/xdr.h>
57 #include <rpc/auth.h>
58 #include <rpc/auth_unix.h>
H A Dgetrpcent.c60 #include <rpc/rpc.h>
78 struct rpcent rpc; member in struct:rpcdata
84 #define RPCDB "/etc/rpc"
103 struct rpcent *rpc; local
106 while ((rpc = getrpcent()) != NULL) {
107 if (rpc->r_number == number)
111 return (rpc);
117 struct rpcent *rpc; local
123 while ((rpc
[all...]
/netbsd-6-1-5-RELEASE/libexec/rpc.rquotad/
H A DMakefile4 PROG = rpc.rquotad
6 MAN = rpc.rquotad.8
7 MLINKS = rpc.rquotad.8 rquotad.8
/netbsd-6-1-5-RELEASE/libexec/rpc.rwalld/
H A DMakefile3 PROG = rpc.rwalld
5 MAN = rpc.rwalld.8
6 MLINKS= rpc.rwalld.8 rwalld.8
/netbsd-6-1-5-RELEASE/libexec/rpc.sprayd/
H A DMakefile3 PROG = rpc.sprayd
5 MAN = rpc.sprayd.8
6 MLINKS= rpc.sprayd.8 sprayd.8
/netbsd-6-1-5-RELEASE/libexec/
H A DMakefile9 rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
10 rpc.sprayd talkd telnetd tftpd utmp_update
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/common/
H A Dypresp_xdr.c15 #include <rpc/rpc.h>
16 #include <rpc/xdr.h>
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypserv/
H A Dypserv_xdr.c15 #include <rpc/rpc.h>
16 #include <rpc/xdr.h>
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/lib/libtcs/
H A DMakefile7 .PATH.c: ${TCS} ${TCS}/ps ${TCS}/rpc ${TCS}/rpc/tcstp ${TCS}/crypto/openssl
26 rpc.c \
/netbsd-6-1-5-RELEASE/libexec/rpc.rstatd/
H A DMakefile5 PROG = rpc.rstatd
10 MAN = rpc.rstatd.8
11 MLINKS= rpc.rstatd.8 rstatd.8
/netbsd-6-1-5-RELEASE/libexec/rpc.rusersd/
H A DMakefile5 PROG = rpc.rusersd
7 MAN = rpc.rusersd.8
8 MLINKS= rpc.rusersd.8 rusersd.8
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/yppush/
H A Dyppush_err.c39 #include <rpc/rpc.h>
40 #include <rpc/xdr.h>
H A Dyppush_proc.c39 #include <rpc/rpc.h>
40 #include <rpc/xdr.h>
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.bootparamd/
H A DMakefile7 PROG= rpc.bootparamd
9 MAN= bootparams.5 rpc.bootparamd.8
10 MLINKS= rpc.bootparamd.8 bootparamd.8
25 .include <bsd.rpc.mk>
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.lockd/
H A DMakefile5 PROG= rpc.lockd
7 MAN= rpc.lockd.8
8 MLINKS= rpc.lockd.8 lockd.8
21 .include <bsd.rpc.mk>
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.statd/
H A DMakefile3 PROG= rpc.statd
5 MAN= rpc.statd.8
6 MLINKS= rpc.statd.8 statd.8
19 .include <bsd.rpc.mk>
/netbsd-6-1-5-RELEASE/share/examples/emul/ultrix/etc/
H A Dsvc.conf21 rpc=local # /etc/rpc (getrpcent())
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypinit/
H A DMakefile.main6 networks protocols rpc services netid

Completed in 136 milliseconds

1234567891011