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

Go to the source code of this file.

Data Structures

struct  pppol2tp_addr
 
struct  pppol2tpin6_addr
 
struct  pppol2tpv3_addr
 
struct  pppol2tpv3in6_addr
 

Enumerations

enum  {
  PPPOL2TP_SO_DEBUG = 1, PPPOL2TP_SO_RECVSEQ = 2, PPPOL2TP_SO_SENDSEQ = 3, PPPOL2TP_SO_LNSMODE = 4,
  PPPOL2TP_SO_REORDERTO = 5
}
 
enum  { PPPOL2TP_MSG_DEBUG = (1 << 0), PPPOL2TP_MSG_CONTROL = (1 << 1), PPPOL2TP_MSG_SEQ = (1 << 2), PPPOL2TP_MSG_DATA = (1 << 3) }
 

Enumeration Type Documentation

anonymous enum
Enumerator:
PPPOL2TP_SO_DEBUG 
PPPOL2TP_SO_RECVSEQ 
PPPOL2TP_SO_SENDSEQ 
PPPOL2TP_SO_LNSMODE 
PPPOL2TP_SO_REORDERTO 

Definition at line 84 of file if_pppol2tp.h.

anonymous enum
Enumerator:
PPPOL2TP_MSG_DEBUG 
PPPOL2TP_MSG_CONTROL 
PPPOL2TP_MSG_SEQ 
PPPOL2TP_MSG_DATA 

Definition at line 93 of file if_pppol2tp.h.