Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
if_arcnet.h File Reference
#include <linux/types.h>
#include <linux/if_ether.h>

Go to the source code of this file.

Data Structures

struct  arc_rfc1201
 
struct  arc_rfc1051
 
struct  arc_eth_encap
 
struct  arc_cap
 
struct  arc_hardware
 
struct  archdr
 

Macros

#define ARC_P_IP   212 /* 0xD4 */
 
#define ARC_P_IPV6   196 /* 0xC4: RFC2497 */
 
#define ARC_P_ARP   213 /* 0xD5 */
 
#define ARC_P_RARP   214 /* 0xD6 */
 
#define ARC_P_IPX   250 /* 0xFA */
 
#define ARC_P_NOVELL_EC   236 /* 0xEC */
 
#define ARC_P_IP_RFC1051   240 /* 0xF0 */
 
#define ARC_P_ARP_RFC1051   241 /* 0xF1 */
 
#define ARC_P_ETHER   232 /* 0xE8 */
 
#define ARC_P_DATAPOINT_BOOT   0 /* very old Datapoint equipment */
 
#define ARC_P_DATAPOINT_MOUNT   1
 
#define ARC_P_POWERLAN_BEACON   8 /* Probably ATA-Netbios related */
 
#define ARC_P_POWERLAN_BEACON2   243 /* 0xF3 */
 
#define ARC_P_LANSOFT   251 /* 0xFB - what is this? */
 
#define ARC_P_ATALK   0xDD
 
#define ARCNET_ALEN   1
 
#define RFC1201_HDR_SIZE   4
 
#define RFC1051_HDR_SIZE   1
 
#define ETH_ENCAP_HDR_SIZE   14
 
#define ARC_HDR_SIZE   4
 

Macro Definition Documentation

#define ARC_HDR_SIZE   4

Definition at line 112 of file if_arcnet.h.

#define ARC_P_ARP   213 /* 0xD5 */

Definition at line 33 of file if_arcnet.h.

#define ARC_P_ARP_RFC1051   241 /* 0xF1 */

Definition at line 40 of file if_arcnet.h.

#define ARC_P_ATALK   0xDD

Definition at line 51 of file if_arcnet.h.

#define ARC_P_DATAPOINT_BOOT   0 /* very old Datapoint equipment */

Definition at line 46 of file if_arcnet.h.

#define ARC_P_DATAPOINT_MOUNT   1

Definition at line 47 of file if_arcnet.h.

#define ARC_P_ETHER   232 /* 0xE8 */

Definition at line 43 of file if_arcnet.h.

#define ARC_P_IP   212 /* 0xD4 */

Definition at line 31 of file if_arcnet.h.

#define ARC_P_IP_RFC1051   240 /* 0xF0 */

Definition at line 39 of file if_arcnet.h.

#define ARC_P_IPV6   196 /* 0xC4: RFC2497 */

Definition at line 32 of file if_arcnet.h.

#define ARC_P_IPX   250 /* 0xFA */

Definition at line 35 of file if_arcnet.h.

#define ARC_P_LANSOFT   251 /* 0xFB - what is this? */

Definition at line 50 of file if_arcnet.h.

#define ARC_P_NOVELL_EC   236 /* 0xEC */

Definition at line 36 of file if_arcnet.h.

#define ARC_P_POWERLAN_BEACON   8 /* Probably ATA-Netbios related */

Definition at line 48 of file if_arcnet.h.

#define ARC_P_POWERLAN_BEACON2   243 /* 0xF3 */

Definition at line 49 of file if_arcnet.h.

#define ARC_P_RARP   214 /* 0xD6 */

Definition at line 34 of file if_arcnet.h.

#define ARCNET_ALEN   1

Definition at line 54 of file if_arcnet.h.

#define ETH_ENCAP_HDR_SIZE   14

Definition at line 87 of file if_arcnet.h.

#define RFC1051_HDR_SIZE   1

Definition at line 75 of file if_arcnet.h.

#define RFC1201_HDR_SIZE   4

Definition at line 65 of file if_arcnet.h.