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

Data Fields

unsigned long last_sent
 
struct sk_buff_head packet_queue
 
int status
 
unsigned long expires_at
 
struct atalk_addr target_addr
 
struct net_devicedev
 
char hwaddr [6]
 
unsigned short xmit_count
 
struct aarp_entrynext
 

Detailed Description

struct aarp_entry - AARP entry - Last time we xmitted the aarp request - Queue of frames wait for resolution - Used for proxy AARP expires_at - Entry expiry time target_addr - DDP Address dev - Device to use hwaddr - Physical i/f address of target/router xmit_count - When this hits 10 we give up next - Next entry in chain

Definition at line 62 of file aarp.c.

Field Documentation

Definition at line 69 of file aarp.c.

unsigned long expires_at

Definition at line 67 of file aarp.c.

char hwaddr[6]

Definition at line 70 of file aarp.c.

unsigned long last_sent

Definition at line 64 of file aarp.c.

Definition at line 72 of file aarp.c.

struct sk_buff_head packet_queue

Definition at line 65 of file aarp.c.

Definition at line 66 of file aarp.c.

struct atalk_addr target_addr

Definition at line 68 of file aarp.c.

unsigned short xmit_count

Definition at line 71 of file aarp.c.


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