iPXE
Data Fields
in6_addr Struct Reference

IP6 address structure. More...

#include <in.h>

Data Fields

union {
   uint8_t   u6_addr8 [16]
 
   uint16_t   u6_addr16 [8]
 
   uint32_t   u6_addr32 [4]
 
in6_u
 

Detailed Description

IP6 address structure.

Definition at line 48 of file in.h.

Field Documentation

◆ u6_addr8

uint8_t in6_addr::u6_addr8[16]

Definition at line 50 of file in.h.

◆ u6_addr16

uint16_t in6_addr::u6_addr16[8]

Definition at line 51 of file in.h.

◆ u6_addr32

uint32_t in6_addr::u6_addr32[4]

Definition at line 52 of file in.h.

◆ in6_u

union { ... } in6_addr::in6_u

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