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

#include <Adapter.h>

Data Fields

struct {
   ULONG   ulIpv4Addr [MAX_IP_RANGE_LENGTH]
 
   ULONG   ulIpv4Mask [MAX_IP_RANGE_LENGTH]
 
}; 
 
struct {
   ULONG   ulIpv6Addr [MAX_IP_RANGE_LENGTH *4]
 
   ULONG   ulIpv6Mask [MAX_IP_RANGE_LENGTH *4]
 
}; 
 
struct {
   UCHAR   ucIpv4Address [MAX_IP_RANGE_LENGTH
      *IP_LENGTH_OF_ADDRESS]
 
   UCHAR   ucIpv4Mask [MAX_IP_RANGE_LENGTH
      *IP_LENGTH_OF_ADDRESS]
 
}; 
 
struct {
   UCHAR   ucIpv6Address [MAX_IP_RANGE_LENGTH
      *IPV6_ADDRESS_SIZEINBYTES]
 
   UCHAR   ucIpv6Mask [MAX_IP_RANGE_LENGTH
      *IPV6_ADDRESS_SIZEINBYTES]
 
}; 
 

Detailed Description

Definition at line 38 of file Adapter.h.

Field Documentation

struct { ... }
struct { ... }
struct { ... }
struct { ... }

Definition at line 48 of file Adapter.h.

Definition at line 49 of file Adapter.h.

Definition at line 52 of file Adapter.h.

Definition at line 53 of file Adapter.h.

Definition at line 40 of file Adapter.h.

Definition at line 41 of file Adapter.h.

ULONG ulIpv6Addr[MAX_IP_RANGE_LENGTH *4]

Definition at line 44 of file Adapter.h.

ULONG ulIpv6Mask[MAX_IP_RANGE_LENGTH *4]

Definition at line 45 of file Adapter.h.


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