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

📄 radius.h

📁 vxworks下radius协议栈 的源代码
💻 H
字号:
/* radius.h *//* Master header file of WindNet RADIUS Client module				*//* Copyright 1984 - 2000 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history____________________01b,19dec00,md  added #include <taskLib.h> for taskLock() and taskUnlock()01a,19dec00,md  merged from visual source safe*//************************************************************************//*	Copyright (C) 1993 - 1999 RouterWare, Inc.   								*//*	Unpublished - rights reserved under the Copyright Laws of the			*//*	United States.  Use, duplication, or disclosure by the 					*//*	Government is subject to restrictions as set forth in 					*//*	subparagraph (c)(1)(ii) of the Rights in Technical Data and 			*//*	Computer Software clause at 252.227-7013.										*//*	RouterWare, Inc., 3961 MacArthur Suite 212 Newport Beach, CA 92660	*//************************************************************************/#ifndef __INCradiush#define __INCradiush/*** vxworks include*/#include <vxWorks.h>#include <ioLib.h>#include <sysLib.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <taskLib.h>#include <inetLib.h>#include <socket.h>#include <sockLib.h>/*** rwos include*/#include <rwos.h>#include <rwproto.h>#include <rwutils.h>#include <v8022str.h>#include <visnpstr.h>#include <vnvrmstr.h>/*** Radius Include*/#include "radius_interface.h"#include "radius_constants.h"#include "radius_packet_structures.h"#include "radius_structures.h"#include "radius_attribute_structures.h"#include "radius_globals.h"#include "radius_utils.h"#endif /*__INCradiush*/

⌨️ 快捷键说明

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