Linux Kernel
3.7.1
|
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/if_ether.h>
#include <linux/atmlec.h>
Go to the source code of this file.
Data Structures | |
struct | lec_arp_table |
struct | tlv |
Macros | |
#define | ESI_UNKNOWN |
#define | ESI_ARP_PENDING |
#define | ESI_VC_PENDING |
#define | ESI_FLUSH_PENDING |
#define | ESI_FORWARD_DIRECT |
#define | LEC_REMOTE_FLAG 0x0001 |
#define | LEC_PERMANENT_FLAG 0x0002 |
#define ESI_ARP_PENDING |
Definition at line 65 of file lec_arpc.h.
#define ESI_FLUSH_PENDING |
Definition at line 67 of file lec_arpc.h.
#define ESI_FORWARD_DIRECT |
Definition at line 68 of file lec_arpc.h.
#define ESI_UNKNOWN |
Definition at line 64 of file lec_arpc.h.
#define ESI_VC_PENDING |
Definition at line 66 of file lec_arpc.h.
#define LEC_PERMANENT_FLAG 0x0002 |
Definition at line 72 of file lec_arpc.h.
#define LEC_REMOTE_FLAG 0x0001 |
Definition at line 71 of file lec_arpc.h.