in6_addr Struct Reference

#include <in6.h>

Data Fields

union {
   uint8_t   __u6_addr8 [16]
   uint16_t   __u6_addr16 [8]
   uint32_t   __u6_addr32 [4]
__u6_addr

Field Documentation

union { ... } in6_addr::__u6_addr
 
uint16_t in6_addr::__u6_addr16[8]
 
uint32_t in6_addr::__u6_addr32[4]
 
uint8_t in6_addr::__u6_addr8[16]
 

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

Copyright © Nokia Corporation 2001-2008
Back to top