Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
atmarp.h File Reference
#include <linux/types.h>
#include <linux/atmapi.h>
#include <linux/atmioc.h>

Go to the source code of this file.

Data Structures

struct  atmarp_ctrl
 

Macros

#define ATMARP_RETRY_DELAY
 
#define ATMARP_MAX_UNRES_PACKETS
 
#define ATMARPD_CTRL   _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
 
#define ATMARP_MKIP   _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
 
#define ATMARP_SETENTRY   _IO('a',ATMIOC_CLIP+3) /* fill or hide ARP entry */
 
#define ATMARP_ENCAP   _IO('a',ATMIOC_CLIP+5) /* change encapsulation */
 

Enumerations

enum  atmarp_ctrl_type {
  act_invalid, act_need, act_up, act_down,
  act_change
}
 

Macro Definition Documentation

#define ATMARP_ENCAP   _IO('a',ATMIOC_CLIP+5) /* change encapsulation */

Definition at line 21 of file atmarp.h.

#define ATMARP_MAX_UNRES_PACKETS
Value:
5 /* queue that many packets while
waiting for the resolver */

Definition at line 15 of file atmarp.h.

#define ATMARP_MKIP   _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */

Definition at line 19 of file atmarp.h.

#define ATMARP_RETRY_DELAY
Value:
30 /* request next resolution or forget
NAK after 30 sec - should go into
atmclip.h */

Definition at line 14 of file atmarp.h.

#define ATMARP_SETENTRY   _IO('a',ATMIOC_CLIP+3) /* fill or hide ARP entry */

Definition at line 20 of file atmarp.h.

#define ATMARPD_CTRL   _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */

Definition at line 18 of file atmarp.h.

Enumeration Type Documentation

Enumerator:
act_invalid 
act_need 
act_up 
act_down 
act_change 

Definition at line 24 of file atmarp.h.