10 #ifndef __PACKET_L2TP_H__
11 #define __PACKET_L2TP_H__
23 #define L2TPv3_PW_DEFAULT 0x0000
24 #define L2TPv3_PW_FR 0x0001
25 #define L2TPv3_PW_AAL5 0x0002
26 #define L2TPv3_PW_ATM_PORT 0x0003
27 #define L2TPv3_PW_ETH_VLAN 0x0004
28 #define L2TPv3_PW_ETH 0x0005
29 #define L2TPv3_PW_CHDLC 0x0006
30 #define L2TPv3_PW_PPP 0x0007
31 #define L2TPv3_PW_ATM_VCC 0x0009
32 #define L2TPv3_PW_ATM_VPC 0x000A
33 #define L2TPv3_PW_IP 0x000B
34 #define L2TPv3_PW_DOCSIS_DMPT 0x000C
35 #define L2TPv3_PW_DOCSIS_PSP 0x000D
36 #define L2TPv3_PW_E1 0x0011
37 #define L2TPv3_PW_T1 0x0012
38 #define L2TPv3_PW_E3 0x0013
39 #define L2TPv3_PW_T3 0x0014
40 #define L2TPv3_PW_CESOPSN 0x0015
41 #define L2TPv3_PW_CESOPSN_CAS 0x0017
48 #define L2TPv3_PW_MPLS
49 #define L2TPv3_PW_LAPD
50 #define L2TPv3_PW_ERICSSON
Definition: packet-l2tp.h:13