ROHC compression/decompression library
Data Fields
ipv6_addr Struct Reference

The IPv6 address. More...

#include <ipv6.h>

Data Fields

union {
   uint8_t   u8 [16]
 
   uint16_t   u16 [8]
 
   uint32_t   u32 [4]
 
}; 
 

Detailed Description

The IPv6 address.

Field Documentation

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


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