ReactOS 0.4.16-dev-755-g88f105e
in6_addr Struct Reference

#include <inet.h>

Public Attributes

union {
   u32_t   u32_addr [4]
 
   u8_t   u8_addr [16]
 
un
 
union {
   UCHAR   Byte [16]
 
   USHORT   Word [8]
 
u
 

Detailed Description

Definition at line 67 of file inet.h.

Member Data Documentation

◆ Byte

UCHAR in6_addr::Byte[16]

Definition at line 5 of file in6addr.h.

Referenced by AddIpv6HostEntries(), and CreateRecordForIpAddress().

◆ 

union { ... } in6_addr::u

◆ u32_addr

u32_t in6_addr::u32_addr[4]

Definition at line 69 of file inet.h.

◆ u8_addr

u8_t in6_addr::u8_addr[16]

Definition at line 70 of file inet.h.

◆ 

union { ... } in6_addr::un

◆ Word

USHORT in6_addr::Word[8]

Definition at line 6 of file in6addr.h.

Referenced by Ping(), and PrintHopInfo().


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