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

📄 if_bonding.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. * *  * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes * NCM: Network and Communications Management, Inc. * * BUT, I'm the one who modified it for ethernet, so: * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov * *	This software may be used and distributed according to the terms *	of the GNU Public License, incorporated herein by reference. *  */#ifndef _LINUX_IF_BONDING_H#define _LINUX_IF_BONDING_H#define BOND_ENSLAVE     (SIOCDEVPRIVATE)#define BOND_RELEASE     (SIOCDEVPRIVATE + 1)#define BOND_SETHWADDR   (SIOCDEVPRIVATE + 2)#endif /* _LINUX_BOND_H *//* * Local variables: *  version-control: t *  kept-new-versions: 5 *  c-indent-level: 8 *  c-basic-offset: 8 *  tab-width: 8 * End: */

⌨️ 快捷键说明

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