📄 sae_set.c
字号:
/* sae_set.c - sae_set */
#include <conf.h>
#include <kernel.h>
#include <network.h>
#ifdef SNMP
#include <snmp.h>
/*------------------------------------------------------------------------
* sae_set - return error: the IP Address Entry Table is read-only
*------------------------------------------------------------------------
*/
int
sae_set(struct snbentry *bindl, struct mib_info *mip, int numifaces)
{
return SERR_NO_SUCH;
}
#endif /* SNMP */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -