Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
in6_addr Struct Reference

Represents an IPv6 address in binary format. More...

#include <etw_message.h>

Public Attributes

union { 
 
   UCHAR   Byte [16] 
 
   USHORT   Word [8] 
 
u 
 

Detailed Description

Represents an IPv6 address in binary format.

This structure provides access to the 128-bit IPv6 address either as an array of 16 bytes or as 8 16-bit words.

Member Data Documentation

◆ Byte

UCHAR in6_addr::Byte[16]

IPv6 address as an array of 16 bytes.

◆ Word

USHORT in6_addr::Word[8]

IPv6 address as an array of 8 16-bit words.


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