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

Go to the source code of this file.

Macros

#define SOL_CAN_RAW   (SOL_CAN_BASE + CAN_RAW)
 

Enumerations

enum  {
  CAN_RAW_FILTER = 1, CAN_RAW_ERR_FILTER, CAN_RAW_LOOPBACK, CAN_RAW_RECV_OWN_MSGS,
  CAN_RAW_FD_FRAMES
}
 

Macro Definition Documentation

#define SOL_CAN_RAW   (SOL_CAN_BASE + CAN_RAW)

Definition at line 18 of file raw.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
CAN_RAW_FILTER 
CAN_RAW_ERR_FILTER 
CAN_RAW_LOOPBACK 
CAN_RAW_RECV_OWN_MSGS 
CAN_RAW_FD_FRAMES 

Definition at line 22 of file raw.h.