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

📄 boot.h

📁 用于嵌入式系统的TCP/IP协议栈及若干服务
💻 H
字号:
/**            Copyright (c) 1998-2001 by NETsilicon Inc.**  This software is copyrighted by and is the sole property of*  NETsilicon.  All rights, title, ownership, or other interests*  in the software remain the property of NETsilicon.  This*  software may only be used in accordance with the corresponding*  license agreement.  Any unauthorized use, duplication, transmission,*  distribution, or disclosure of this software is expressly forbidden.**  This Copyright notice may not be removed or modified without prior*  written consent of NETsilicon.**  NETsilicon, reserves the right to modify this software*  without notice.**  NETsilicon*  411 Waverley Oaks Road                  USA 781.647.1234*  Suite 227                               http://www.netsilicon.com*  Waltham, MA 02452                       AmericaSales@netsilicon.com***************************************************************************  $Name: Fusion 6.52 Fusion 6.51 $*  $Date: 2001/12/14 11:45:20 $*  $Source: M:/psisrc/stack/incl/rcs/boot.h $*  $Revision: 1.15 $***************************************************************************  File Description:  Boot up structures and definitions***************************************************************************/#ifndef _BOOT_#define _BOOT_#include "config.h"#include "ccdep.h"#define	IPADDRESS_SET		(u16)0x1#define ROUTERADDRESS_SET	(u16)0x2#define B42_CAST		(u16)0x0200#define enet_address	tenet_address.sa_ena#ifndef MAX_BOOT_FILE_NAME#define MAX_BOOT_FILE_NAME      128#endif/* selectors used in setting ndp parameters */#define  IPADDR   1#define  IPMASK   2#define  IPMTU    3#define  DFLT_RT  4#define  OSPF_PTR 5#ifdef SNMPimport struct mib_system *get_my_system_table(void);import struct mib_system *create_my_system_table (void);import void done_SNMP_access(void);import	int	set_sys_contact(char * sys_contact);import	int	set_sys_location(char * sys_location);import  int	set_sys_name(char * sys_descr);#endif#endif /* _BOOT_ */

⌨️ 快捷键说明

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