ReactOS 0.4.15-dev-7961-gdcf9eb0
in6addr.h
Go to the documentation of this file.
1#ifndef s6_addr
2
3typedef struct in6_addr {
4 union {
7 } u;
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
unsigned char Byte
Definition: zlib.h:37
#define FAR
Definition: zlib.h:34
struct in6_addr IN6_ADDR
struct in6_addr * PIN6_ADDR
struct in6_addr * LPIN6_ADDR
unsigned short USHORT
Definition: pedump.c:61
USHORT Word[8]
Definition: in6addr.h:6
union in6_addr::@3002 u
unsigned char UCHAR
Definition: xmlstorage.h:181