radius.h
来自「vxworks下radius协议栈 的源代码」· C头文件 代码 · 共 63 行
H
63 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?