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

📄 ypupdate_prot.x

📁 操作系统SunOS 4.1.3版本的源码
💻 X
字号:
%/* @(#)ypupdate_prot.x 1.1 92/07/30 Copyr 1990, Sun Micro */%%/*% * Compiled from ypupdate_prot.x using rpcgen% * This is NOT source code!% * DO NOT EDIT THIS FILE!% *//* * NIS update service protocol */const MAXMAPNAMELEN = 255;const MAXYPDATALEN  = 1023;const MAXERRMSGLEN  = 255;program YPU_PROG {	version YPU_VERS {		u_int YPU_CHANGE(ypupdateargs) = 1;		u_int YPU_INSERT(ypupdateargs) = 2;		u_int YPU_DELETE(ypdeleteargs) = 3;		u_int YPU_STORE(ypupdateargs)  = 4;	} = 1;} = 100028;typedef opaque yp_buf<MAXYPDATALEN>;struct ypupdate_args {	string mapname<MAXMAPNAMELEN>;	yp_buf key;	yp_buf datum;};struct ypdelete_args {	string mapname<MAXMAPNAMELEN>;	yp_buf key;};

⌨️ 快捷键说明

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