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

#include <in6.h>

Data Fields

union {
   __u8   u6_addr8 [16]
 
   __be16   u6_addr16 [8]
 
   __be32   u6_addr32 [4]
 
in6_u
 

Detailed Description

Definition at line 30 of file in6.h.

Field Documentation

union { ... } in6_u
__be16 u6_addr16[8]

Definition at line 33 of file in6.h.

__be32 u6_addr32[4]

Definition at line 34 of file in6.h.

__u8 u6_addr8[16]

Definition at line 32 of file in6.h.


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