代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
kernel-mode-pppoe
# LIC: GPL
RP-PPPoE now supports kernel-mode PPPoE on Linux kernels 2.4.x. However,
the default "./go" build procedure does not make kernel-mode support.
Here's what you need to do:
0) Make sure y
kconfig
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
config ARM_AM79C961A
bool "ARM EBSA110 AM79C961A support"
depends on NET_ETHERNET && ARM && ARCH_E
ether.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
/* Ensure network structures aren't padded
ether.h
/* Ethernet driver definitions for 'TCP/IP Lean' */
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
arch.htm
Microchip TCP/IP Stack Architecture
kconfig
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
config ARM_AM79C961A
bool "ARM EBSA110 AM79C961A support"
depends on NET_ETHERNET && ARM && ARCH_E
ether.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
/* Ensure network structures aren't padded
ether.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
/* Ensure network structures aren't padded (D
etherne.h
/* Ethernet driver definitions */
/* NOTE:replace sizeof(ETHERHDR) with ETHHDRLEN!!*/
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWO
ether.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
/* Ensure network structures aren't padded (D