Loading...
Searching...
No Matches
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 72 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.
 

Field Documentation

◆ u16

network_uint16_t ipv6_addr_t::u16[8]

divided by 8 16-bit words.

Definition at line 74 of file addr.h.

◆ u32

network_uint32_t ipv6_addr_t::u32[4]

divided by 4 32-bit words.

Definition at line 75 of file addr.h.

◆ u64

network_uint64_t ipv6_addr_t::u64[2]

divided by 2 64-bit words.

Definition at line 76 of file addr.h.

◆ u8

uint8_t ipv6_addr_t::u8[16]

divided by 16 8-bit words.

Definition at line 73 of file addr.h.


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