📄 llconfig.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 13:02:01 $* $Source: M:/psisrc/stack/incl/rcs/llconfig.h $* $Revision: 1.10 $*************************************************************************** File Description: Link Layer Configuration and Routing definitions***************************************************************************/#ifndef _LLCONFIG_#define _LLCONFIG_#include "config.h"#include "ccdep.h"int /* returns 0=ok, else=error number */ll_config( /* "ifconfig" (call once for ea network)*/ char *devname, /* "pend","ptnd","slip0","ppp0","cman"*/ u32 ipaddr, /* IP address for this host on network*/ u32 netmask, /* inet_addr("255.255.255.0")=class C */ unsigned int mtu, /* max transmission unit, e.g. 1006 */ u32 reserved );int /* returns 0=ok, else=error number */ll_unconfig ( /* to bring a device down and remove the associated IP address from routing tables */ char * devname ); /* "pend", "ptnd", "slip0", "ppp0", "cman", 'Quicc0".. */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -