Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations
netdevice.h File Reference
#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
}
 

Macro Definition Documentation

#define INIT_NETDEV_GROUP   0

Definition at line 37 of file netdevice.h.

#define MAX_ADDR_LEN   32 /* Largest hardware address length */

Definition at line 34 of file netdevice.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
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.