HomeSort by: relevance | last modified time | path
    Searched refs:rpc (Results 1 - 25 of 278) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/include/rpc/
rpc.h 1 /* $NetBSD: rpc.h,v 1.16 2016/01/23 01:05:30 dholland Exp $ */
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * may copy or modify Sun RPC without charge, but are not authorized
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
15 * Sun RPC is provided with no support and without any obligation on the
20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
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 t
    [all...]
Makefile 5 pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h rpc.h \
10 INCSDIR= /usr/include/rpc
12 .include <bsd.rpc.mk>
  /src/usr.sbin/rpc.yppasswdd/
Makefile 3 PROG= rpc.yppasswdd
4 SRCS= rpc.yppasswdd.c yppasswdd_mkpw.c
5 MAN= rpc.yppasswdd.8
7 MLINKS= rpc.yppasswdd.8 yppasswdd.8
11 COPTS.rpc.yppasswdd.c+= ${CC_WNO_CAST_FUNCTION_TYPE}
  /src/lib/libc/rpc/
rpc_commondata.c 43 #include <rpc/rpc.h>
__rpc_getxid.c 45 #include <rpc/rpc.h>
pmap_prot.c 55 #include <rpc/types.h>
56 #include <rpc/xdr.h>
57 #include <rpc/pmap_prot.h>
authunix_prot.c 46 * XDR for UNIX style authentication parameters for RPC
55 #include <rpc/types.h>
56 #include <rpc/xdr.h>
57 #include <rpc/auth.h>
58 #include <rpc/auth_unix.h>
getrpcent.c 60 #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 = getrpcent()) != NULL)
    [all...]
  /src/libexec/rpc.rquotad/
Makefile 4 PROG = rpc.rquotad
6 MAN = rpc.rquotad.8
7 MLINKS = rpc.rquotad.8 rquotad.8
  /src/libexec/rpc.rwalld/
Makefile 3 PROG = rpc.rwalld
5 MAN = rpc.rwalld.8
6 MLINKS= rpc.rwalld.8 rwalld.8
  /src/libexec/rpc.sprayd/
Makefile 3 PROG = rpc.sprayd
5 MAN = rpc.sprayd.8
6 MLINKS= rpc.sprayd.8 sprayd.8
  /src/libexec/
Makefile 9 rlogind rshd rpc.rstatd rpc.rusersd rpc.rwalld \
10 rpc.sprayd talkd telnetd tftpd utmp_update
17 SUBDIR+= rpc.rquotad
  /src/usr.sbin/ypserv/common/
ypresp_xdr.c 15 #include <rpc/rpc.h>
16 #include <rpc/xdr.h>
  /src/usr.sbin/ypserv/ypserv/
ypserv_xdr.c 15 #include <rpc/rpc.h>
16 #include <rpc/xdr.h>
  /src/common/include/rpc/
Makefile 6 INCSDIR= /usr/include/rpc
  /src/external/bsd/libevent/dist/include/
evrpc.h 33 An RPC system for Libevent.
36 use <event2/rpc.h> instead. Depending on what functionality you
42 #include <event2/rpc.h>
  /src/external/bsd/ntp/dist/sntp/libevent/include/
evrpc.h 34 An RPC system for Libevent.
37 use <event2/rpc.h> instead. Depending on what functionality you
43 #include <event2/rpc.h>
  /src/crypto/external/cpl/trousers/lib/libtcs/
Makefile 7 .PATH.c: ${TCS} ${TCS}/ps ${TCS}/rpc ${TCS}/rpc/tcstp ${TCS}/crypto/openssl
28 rpc.c \
  /src/libexec/rpc.rstatd/
Makefile 5 PROG = rpc.rstatd
10 MAN = rpc.rstatd.8
11 MLINKS= rpc.rstatd.8 rstatd.8
  /src/libexec/rpc.rusersd/
Makefile 5 PROG = rpc.rusersd
7 MAN = rpc.rusersd.8
8 MLINKS= rpc.rusersd.8 rusersd.8
  /src/usr.sbin/ypserv/yppush/
yppush_err.c 39 #include <rpc/rpc.h>
40 #include <rpc/xdr.h>
67 return "RPC failure talking to server";
yppush_proc.c 39 #include <rpc/rpc.h>
40 #include <rpc/xdr.h>
  /src/usr.sbin/rpc.bootparamd/
Makefile 7 PROG= rpc.bootparamd
9 MAN= bootparams.5 rpc.bootparamd.8
10 MLINKS= rpc.bootparamd.8 bootparamd.8
27 .include <bsd.rpc.mk>
  /src/usr.sbin/rpc.lockd/
Makefile 5 PROG= rpc.lockd
7 MAN= rpc.lockd.8
8 MLINKS= rpc.lockd.8 lockd.8
21 .include <bsd.rpc.mk>
  /src/usr.sbin/rpc.statd/
Makefile 3 PROG= rpc.statd
5 MAN= rpc.statd.8
6 MLINKS= rpc.statd.8 statd.8
24 .include <bsd.rpc.mk>

Completed in 73 milliseconds

1 2 3 4 5 6 7 8 91011>>