Home | History | Annotate | Download | only in rpc

Lines Matching refs:rpc

2  * rpc.h, Just includes the billions of rpc header files necessary to
38 #include <rpc/types.h> /* some typedefs */
42 #include <rpc/xdr.h> /* generic (de)serializer */
45 #include <rpc/auth.h> /* generic authenticator (client side) */
48 #include <rpc/clnt.h> /* generic rpc stuff */
51 #include <rpc/rpc_msg.h> /* protocol for rpc messages */
52 #include <rpc/auth_unix.h> /* protocol for unix style cred */
53 #include <rpc/auth_des.h> /* protocol for des style cred */
56 #include <rpc/svc.h> /* service manager and multiplexer */
57 #include <rpc/svc_auth.h> /* service side authenticator */
62 * defined by <rpc/netdb.h> included in <netdb.h>.
64 /* routines for parsing /etc/rpc */
65 #include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */
76 /* The people who "engineered" RPC should bee punished for naming the
94 #endif /* rpc/rpc.h */