netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
arpt_arp Struct Reference

#include <arp_tables.h>

Collaboration diagram for arpt_arp:

Data Fields

struct in_addr src tgt
 
struct in_addr smsk tmsk
 
u_int8_t arhln
 
u_int8_t arhln_mask
 
struct arpt_devaddr_info src_devaddr
 
struct arpt_devaddr_info tgt_devaddr
 
u_int16_t arpop
 
u_int16_t arpop_mask
 
u_int16_t arhrd
 
u_int16_t arhrd_mask
 
u_int16_t arpro
 
u_int16_t arpro_mask
 
char iniface [IFNAMSIZ]
 
char outiface [IFNAMSIZ]
 
unsigned char iniface_mask [IFNAMSIZ]
 
unsigned char outiface_mask [IFNAMSIZ]
 
u_int8_t flags
 
u_int16_t invflags
 
__u8 arhln
 
__u8 arhln_mask
 
__be16 arpop
 
__be16 arpop_mask
 
__be16 arhrd
 
__be16 arhrd_mask
 
__be16 arpro
 
__be16 arpro_mask
 
__u8 flags
 
__u16 invflags
 

Field Documentation

u_int8_t arpt_arp::arhln

Referenced by do_command(), and do_commandarp().

__u8 arpt_arp::arhln
u_int8_t arpt_arp::arhln_mask

Referenced by do_command(), and do_commandarp().

__u8 arpt_arp::arhln_mask
u_int16_t arpt_arp::arhrd

Referenced by do_command(), and do_commandarp().

__be16 arpt_arp::arhrd
u_int16_t arpt_arp::arhrd_mask

Referenced by do_command(), and do_commandarp().

__be16 arpt_arp::arhrd_mask
u_int16_t arpt_arp::arpop

Referenced by do_command(), and do_commandarp().

__be16 arpt_arp::arpop
u_int16_t arpt_arp::arpop_mask

Referenced by do_command(), and do_commandarp().

__be16 arpt_arp::arpop_mask
u_int16_t arpt_arp::arpro

Referenced by do_command(), and do_commandarp().

__be16 arpt_arp::arpro
u_int16_t arpt_arp::arpro_mask

Referenced by do_command(), and do_commandarp().

__be16 arpt_arp::arpro_mask
u_int8_t arpt_arp::flags
__u8 arpt_arp::flags
char arpt_arp::iniface

Referenced by do_command(), and do_commandarp().

unsigned char arpt_arp::iniface_mask

Referenced by do_command(), and do_commandarp().

u_int16_t arpt_arp::invflags

Referenced by do_command(), and do_commandarp().

__u16 arpt_arp::invflags
char arpt_arp::outiface

Referenced by do_command(), and do_commandarp().

unsigned char arpt_arp::outiface_mask

Referenced by do_command(), and do_commandarp().

struct arpt_devaddr_info arpt_arp::src_devaddr

Referenced by do_command(), and do_commandarp().

struct in_addr src arpt_arp::tgt
struct arpt_devaddr_info arpt_arp::tgt_devaddr

Referenced by do_command(), and do_commandarp().

struct in_addr smsk arpt_arp::tmsk

Referenced by do_command(), and do_commandarp().


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