⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rpc.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/*	@(#)rpc.h 1.1 92/07/30 SMI	*//* * rpc.h, Just includes the billions of rpc header files necessary to * do remote procedure calling. * * Copyright (C) 1984, Sun Microsystems, Inc. */#ifndef _rpc_rpc_h#define	_rpc_rpc_h#include <rpc/types.h>		/* some typedefs */#include <netinet/in.h>/* external data representation interfaces */#include <rpc/xdr.h>		/* generic (de)serializer *//* Client side only authentication */#include <rpc/auth.h>		/* generic authenticator (client side) *//* Client side (mostly) remote procedure call */#include <rpc/clnt.h>		/* generic rpc stuff *//* semi-private protocol headers */#include <rpc/rpc_msg.h>	/* protocol for rpc messages */#include <rpc/auth_unix.h>	/* protocol for unix style cred */#include <rpc/auth_des.h>	/* protocol for des style cred *//* Server side only remote procedure callee */#include <rpc/svc.h>		/* service manager and multiplexer */#include <rpc/svc_auth.h>	/* service side authenticator */#endif /*!_rpc_rpc_h*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -