ReactOS 0.4.16-dev-112-g52265ae
|
#include <in6addr.h>
Public Attributes | |
union { | |
UCHAR Byte [16] | |
USHORT Word [8] | |
} | u |
UCHAR in6_addr::Byte[16] |
Definition at line 5 of file in6addr.h.
Referenced by AddIpv6HostEntries(), and CreateRecordForIpAddress().
union { ... } in6_addr::u |
Referenced by AddIpv6HostEntries(), CreateRecordForIpAddress(), Ping(), and PrintHopInfo().
USHORT in6_addr::Word[8] |
Definition at line 6 of file in6addr.h.
Referenced by Ping(), and PrintHopInfo().