sipcommon.h

来自「非常不错的网管开发包」· C头文件 代码 · 共 37 行

H
37
字号
/* This file was generated by mib2c and is intended for use as a mib module  for the ucd-snmp snmpd agent. */#ifndef _MIBGROUP_SIPCOMMON_H#define _MIBGROUP_SIPCOMMON_H/* we may use header_generic and header_simple_table from the util_funcs module */config_require(util_funcs)/* function prototypes */void   init_sipCommon(void);FindVarMethod var_sipCommon;FindVarMethod var_sipTransactionTable;FindVarMethod var_sipPortTable;FindVarMethod var_sipUriSupportedTable;FindVarMethod var_sipFtrSupportedTable;WriteMethod write_sipServiceAdminStatus;WriteMethod write_sipTransport;WriteMethod write_sipPortStatus;WriteMethod write_sipOrganization;WriteMethod write_sipRequestDfltExpires;WriteMethod write_sipHideOperation;WriteMethod write_sipUserLocationServerAddr;#endif /* _MIBGROUP_SIPCOMMON_H */

⌨️ 快捷键说明

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