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

📄 radius_mib_public.h

📁 vxworks下radius协议栈 的源代码
💻 H
字号:
/* radius_mib_public.h *//* Prototypes of MIB interface routines to initialize and tear down the 	*//* MIB mechanism, and to attach and detach a certain MIB table to or from 	*//* the SNMP agent.															*//* Copyright 1984 - 2000 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history____________________01b,26jan01,tk	ifdef out entire file if __RADIUS_MIB__ is not defined01a,19dec00,md  merged from visual source safe*//***** radius_mib_public.h*** *** Public functions to support RADIUS MIBs.*** **/#ifdef __RADIUS_MIB__#ifndef __INCradius_mib_publich#define __INCradius_mib_publich#ifndef _RWOS_H_typedef enum bool{	true = 1,	false = 0} bool;#endif	/** _RWOS_H_ **//***** Initialization and clean up***	---------------------------**/bool radius_mib_initialize(void);void radius_mib_cleanup(void);bool radius_mib_attach(void);void radius_mib_detach(void);	#endif	/* __INCradius_mib_publich */#endif  /* __RADIUS_MIB__ */

⌨️ 快捷键说明

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