Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
atmlec_msg Struct Reference

#include <atmlec.h>

Data Fields

atmlec_msg_type type
 
int sizeoftlvs
 
union {
   struct {
      unsigned char   mac_addr [ETH_ALEN]
 
      unsigned char   atm_addr [ATM_ESA_LEN]
 
      unsigned int   flag
 
      unsigned int   targetless_le_arp
 
      unsigned int   no_source_le_narp
 
   }   normal
 
   struct atmlec_config_msg   config
 
   struct {
      __u16   lec_id
 
      __u32   tran_id
 
      unsigned char   mac_addr [ETH_ALEN]
 
      unsigned char   atm_addr [ATM_ESA_LEN]
 
   }   proxy
 
content
 

Detailed Description

Definition at line 58 of file atmlec.h.

Field Documentation

unsigned char atm_addr[ATM_ESA_LEN]

Definition at line 64 of file atmlec.h.

Definition at line 73 of file atmlec.h.

union { ... } content
unsigned int flag

Definition at line 65 of file atmlec.h.

__u16 lec_id

Definition at line 75 of file atmlec.h.

unsigned char mac_addr[ETH_ALEN]

Definition at line 63 of file atmlec.h.

unsigned int no_source_le_narp

Definition at line 71 of file atmlec.h.

struct { ... } normal
struct { ... } proxy
int sizeoftlvs

Definition at line 60 of file atmlec.h.

unsigned int targetless_le_arp

Definition at line 70 of file atmlec.h.

__u32 tran_id

Definition at line 76 of file atmlec.h.

Definition at line 59 of file atmlec.h.


The documentation for this struct was generated from the following file: