sipproxy.h

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

H
45
字号
/* This file was generated by mib2c and is intended for use as a mib module  for the ucd-snmp snmpd agent. */#ifndef _MIBGROUP_SIPPROXY_H#define _MIBGROUP_SIPPROXY_H/* we may use header_generic and header_simple_table from the util_funcs module */config_require(util_funcs)/* function prototypes */void   init_sipProxy(void);FindVarMethod var_sipProxy;FindVarMethod var_sipRxProxyAuthTable;WriteMethod write_sipRequestMaxExpires;WriteMethod write_sipProxyStateful;WriteMethod write_sipProxySendsCancel;WriteMethod write_sipProxyForwardAll1xx;WriteMethod write_sipProxyRecursion;WriteMethod write_sipProxyProvideAlternatives;WriteMethod write_sipProxyRecordRoute;WriteMethod write_sipProxyUseCompact;WriteMethod write_sipProxyRetransmissionBuffer;WriteMethod write_sipProxyAuthMethod;WriteMethod write_sipProxyAuthPgpAlgorithm;WriteMethod write_sipProxyAuthRealm;WriteMethod write_sipProxyNonceLifeTime;WriteMethod write_sipPgpPrivateKey;WriteMethod write_sipRxProxyAuthRealm;WriteMethod write_sipRxProxyAuthPassword;WriteMethod write_sipRxProxyAuthStatus;WriteMethod write_sipHideRespect;#endif /* _MIBGROUP_SIPPROXY_H */

⌨️ 快捷键说明

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