Go to the documentation of this file.
10 #include <linux/atmdev.h>
11 #include <linux/netdevice.h>
14 #define LEC_HEADER_LEN 16
31 #define LEC_MINIMUM_8023_SIZE 62
32 #define LEC_MINIMUM_8025_SIZE 16
46 u8 **tlvs,
u32 *sizeoftlvs);
48 const u8 *tlvs,
u32 sizeoftlvs);
50 const u8 *tlvs,
u32 sizeoftlvs);
69 #define LEC_ARP_TABLE_SIZE 16
152 #define LEC_VCC_PRIV(vcc) ((struct lec_vcc_priv *)((vcc)->user_back))