ReactOS
0.4.16-dev-847-g386fccd
in6addr.h
Go to the documentation of this file.
1
#ifndef s6_addr
2
3
typedef
struct
in6_addr
{
4
union
{
5
UCHAR
Byte
[16];
6
USHORT
Word
[8];
7
}
u
;
8
}
IN6_ADDR
, *
PIN6_ADDR
,
FAR
*
LPIN6_ADDR
;
9
10
#define in_addr6 in6_addr
11
#define _S6_un u
12
#define _S6_u8 Byte
13
#define s6_addr _S6_un._S6_u8
14
#define s6_bytes u.Byte
15
#define s6_words u.Word
16
17
#endif
Byte
unsigned char Byte
Definition:
zlib.h:37
FAR
#define FAR
Definition:
zlib.h:34
IN6_ADDR
struct in6_addr IN6_ADDR
PIN6_ADDR
struct in6_addr * PIN6_ADDR
LPIN6_ADDR
struct in6_addr * LPIN6_ADDR
USHORT
unsigned short USHORT
Definition:
pedump.c:61
in6_addr
Definition:
inet.h:67
in6_addr::Word
USHORT Word[8]
Definition:
in6addr.h:6
in6_addr::u
union in6_addr::@3049 u
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
sdk
include
psdk
in6addr.h
Generated on Sat Mar 22 2025 06:12:45 for ReactOS by
1.9.6