cidrskel.h

来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 32 行

H
32
字号
/****************************************************************************** ****************************************************************************** **** This file was automatically generated by Wind River's **** WindManage MIB Compiler, version 9.3. **** This file was generated using the -skel.h switch. ****  **** This file contains declarations of stub functions to aid in building **** the agent MIB interface.  It declares all the MIB get, set, test and **** next method routines that you will need to supply.  You'll probably **** want to FORCE-INCLUDE this file when using the -mib.c output mode. ****  **** To generate the skeletal stub functions themselves, run the MIB compiler **** with the -skel switch. ****  **** YOU MAY MODIFY THIS FILE BUT BEWARE ACCIDENTALLY OVERWRITING IT **** BY REGENERATING IT WITH THE MIB COMPILER. ****  **** Last build date: Mon Oct 21 11:58:25 2002 **** from files: ****  C:\wind\T22_ACC\target\src\wrn\wm\snmp\std-mibs\rfc1213.mib, ****  C:\wind\T22_ACC\target\src\wrn\wm\snmp\std-mibs\rfc2096.mib ****************************************************************************** ****************************************************************************** */void ipForward_get(OIDC_T, int, OIDC_T*, SNMP_PKT_T*, VB_T*);void ipForward_next(OIDC_T, int, OIDC_T*, SNMP_PKT_T*, VB_T*);void ipCidrRouteEntry_get(OIDC_T, int, OIDC_T*, SNMP_PKT_T*, VB_T*);void ipCidrRouteEntry_next(OIDC_T, int, OIDC_T*, SNMP_PKT_T*, VB_T*);void ipCidrRouteEntry_set(OIDC_T, int, OIDC_T*, SNMP_PKT_T*, VB_T*);void ipCidrRouteEntry_test(OIDC_T, int, OIDC_T*, SNMP_PKT_T*, VB_T*);

⌨️ 快捷键说明

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