Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
f3eaa681
Commit
f3eaa681
authored
Feb 01, 2017
by
André Hentschel
Committed by
Alexandre Julliard
Feb 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add the new version of the IP_ADAPTER_UNICAST_ADDRESS structure.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0cb665ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
12 deletions
+33
-12
iptypes.h
include/iptypes.h
+33
-12
No files found.
include/iptypes.h
View file @
f3eaa681
...
...
@@ -94,22 +94,43 @@ typedef NL_DAD_STATE IP_DAD_STATE;
#ifdef _WINSOCK2API_
typedef
struct
_IP_ADAPTER_UNICAST_ADDRESS
{
typedef
struct
_IP_ADAPTER_UNICAST_ADDRESS
_LH
{
union
{
struct
{
ULONG
Length
;
DWORD
Flags
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
struct
_IP_ADAPTER_UNICAST_ADDRESS
*
Next
;
SOCKET_ADDRESS
Address
;
IP_PREFIX_ORIGIN
PrefixOrigin
;
IP_SUFFIX_ORIGIN
SuffixOrigin
;
IP_DAD_STATE
DadState
;
ULONG
ValidLifetime
;
ULONG
PreferredLifetime
;
ULONG
LeaseLifetime
;
}
IP_ADAPTER_UNICAST_ADDRESS
,
*
PIP_ADAPTER_UNICAST_ADDRESS
;
struct
_IP_ADAPTER_UNICAST_ADDRESS_LH
*
Next
;
SOCKET_ADDRESS
Address
;
IP_PREFIX_ORIGIN
PrefixOrigin
;
IP_SUFFIX_ORIGIN
SuffixOrigin
;
IP_DAD_STATE
DadState
;
ULONG
ValidLifetime
;
ULONG
PreferredLifetime
;
ULONG
LeaseLifetime
;
UINT8
OnLinkPrefixLength
;
}
IP_ADAPTER_UNICAST_ADDRESS_LH
,
*
PIP_ADAPTER_UNICAST_ADDRESS_LH
;
typedef
struct
_IP_ADAPTER_UNICAST_ADDRESS_XP
{
union
{
struct
{
ULONG
Length
;
DWORD
Flags
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
struct
_IP_ADAPTER_UNICAST_ADDRESS_XP
*
Next
;
SOCKET_ADDRESS
Address
;
IP_PREFIX_ORIGIN
PrefixOrigin
;
IP_SUFFIX_ORIGIN
SuffixOrigin
;
IP_DAD_STATE
DadState
;
ULONG
ValidLifetime
;
ULONG
PreferredLifetime
;
ULONG
LeaseLifetime
;
}
IP_ADAPTER_UNICAST_ADDRESS_XP
,
*
PIP_ADAPTER_UNICAST_ADDRESS_XP
;
typedef
IP_ADAPTER_UNICAST_ADDRESS_LH
IP_ADAPTER_UNICAST_ADDRESS
;
typedef
IP_ADAPTER_UNICAST_ADDRESS_LH
*
PIP_ADAPTER_UNICAST_ADDRESS
;
typedef
struct
_IP_ADAPTER_ANYCAST_ADDRESS
{
union
{
...
...
@@ -277,8 +298,8 @@ typedef struct _IP_ADAPTER_ADDRESSES_XP {
PIP_ADAPTER_PREFIX
FirstPrefix
;
}
IP_ADAPTER_ADDRESSES_XP
,
*
PIP_ADAPTER_ADDRESSES_XP
;
#define IP_ADAPTER_ADDRESSES IP_ADAPTER_ADDRESSES_LH
#define PIP_ADAPTER_ADDRESSES PIP_ADAPTER_ADDRESSES_LH
typedef
IP_ADAPTER_ADDRESSES_LH
IP_ADAPTER_ADDRESSES
;
typedef
IP_ADAPTER_ADDRESSES_LH
*
PIP_ADAPTER_ADDRESSES
;
#define GAA_FLAG_SKIP_UNICAST 0x00000001
#define GAA_FLAG_SKIP_ANYCAST 0x00000002
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment