Linux Kernel
3.7.1
|
#include <linux/if.h>
#include <linux/if_ether.h>
#include <linux/if_packet.h>
#include <linux/if_link.h>
Go to the source code of this file.
Macros | |
#define | MAX_ADDR_LEN 32 /* Largest hardware address length */ |
#define | INIT_NETDEV_GROUP 0 |
Enumerations | |
enum | { IF_PORT_UNKNOWN = 0, IF_PORT_10BASE2, IF_PORT_10BASET, IF_PORT_AUI, IF_PORT_100BASET, IF_PORT_100BASETX, IF_PORT_100BASEFX } |
#define INIT_NETDEV_GROUP 0 |
Definition at line 37 of file netdevice.h.
Definition at line 34 of file netdevice.h.
anonymous enum |
IF_PORT_UNKNOWN | |
IF_PORT_10BASE2 | |
IF_PORT_10BASET | |
IF_PORT_AUI | |
IF_PORT_100BASET | |
IF_PORT_100BASETX | |
IF_PORT_100BASEFX |
Definition at line 42 of file netdevice.h.