ROHC compression/decompression library
|
The IPv6 address. More...
#include <ipv6.h>
Data Fields | |
union { | |
uint8_t u8 [16] | |
uint16_t u16 [8] | |
uint32_t u32 [4] | |
}; | |
The IPv6 address.
union { ... } |
uint16_t ipv6_addr::u16[8] |
The 8 16-bit blocks of the IPv6 address
uint32_t ipv6_addr::u32[4] |
The 4 32-bit blocks of the IPv6 address
uint8_t ipv6_addr::u8[16] |
The 16 8-bit blocks of the IPv6 address