ipv6_addr_t Union Reference

Data type to represent an IPv6 address. More...

Detailed Description

Data type to represent an IPv6 address.

Definition at line 74 of file addr.h.

#include <addr.h>

Data Fields

uint8_t u8 [16]
 divided by 16 8-bit words.
 
network_uint16_t u16 [8]
 divided by 8 16-bit words.
 
network_uint32_t u32 [4]
 divided by 4 32-bit words.
 
network_uint64_t u64 [2]
 divided by 2 64-bit words.
 

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