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

#include <arp_tables.h>

Data Fields

union {
   struct {
      u_int16_t   target_size
 
      char   name [ARPT_FUNCTION_MAXNAMELEN]
 
   }   user
 
   struct {
      u_int16_t   target_size
 
      struct arpt_target *   target
 
   }   kernel
 
   u_int16_t   target_size
 
u
 
unsigned char data [0]
 

Field Documentation

unsigned char arpt_entry_target::data[0]
struct { ... } arpt_entry_target::kernel
char arpt_entry_target::name[ARPT_FUNCTION_MAXNAMELEN]
struct arpt_target* arpt_entry_target::target

Referenced by do_commandarp().

u_int16_t arpt_entry_target::target_size

Referenced by do_command().

union { ... } arpt_entry_target::u

Referenced by do_command().

struct { ... } arpt_entry_target::user

Referenced by do_command().


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