Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
fbde8fc0
Commit
fbde8fc0
authored
Apr 10, 2015
by
Bruno Jesus
Committed by
Alexandre Julliard
Apr 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update iptypes.h with the old XP IP_ADAPTER_ADDRESSES structure.
parent
a1c3b30f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
3 deletions
+34
-3
iptypes.h
include/iptypes.h
+34
-3
No files found.
include/iptypes.h
View file @
fbde8fc0
...
...
@@ -199,7 +199,7 @@ typedef IP_ADAPTER_GATEWAY_ADDRESS_LH *PIP_ADAPTER_GATEWAY_ADDRESS;
#define IP_ADAPTER_IPV6_ENABLED 0x100
#define IP_ADAPTER_IPV6_MANAGE_ADDRESS_CONFIG 0x200
typedef
struct
_IP_ADAPTER_ADDRESSES
{
typedef
struct
_IP_ADAPTER_ADDRESSES
_LH
{
union
{
ULONGLONG
Alignment
;
struct
{
...
...
@@ -207,7 +207,7 @@ typedef struct _IP_ADAPTER_ADDRESSES {
DWORD
IfIndex
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
struct
_IP_ADAPTER_ADDRESSES
*
Next
;
struct
_IP_ADAPTER_ADDRESSES
_LH
*
Next
;
PCHAR
AdapterName
;
PIP_ADAPTER_UNICAST_ADDRESS
FirstUnicastAddress
;
PIP_ADAPTER_ANYCAST_ADDRESS
FirstAnycastAddress
;
...
...
@@ -241,7 +241,38 @@ typedef struct _IP_ADAPTER_ADDRESSES {
BYTE
Dhcpv6ClientDuid
[
MAX_DHCPV6_DUID_LENGTH
];
ULONG
Dhcpv6ClientDuidLength
;
ULONG
Dhcpv6Iaid
;
}
IP_ADAPTER_ADDRESSES
,
*
PIP_ADAPTER_ADDRESSES
;
}
IP_ADAPTER_ADDRESSES_LH
,
*
PIP_ADAPTER_ADDRESSES_LH
;
typedef
struct
_IP_ADAPTER_ADDRESSES_XP
{
union
{
ULONGLONG
Alignment
;
struct
{
ULONG
Length
;
DWORD
IfIndex
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
struct
_IP_ADAPTER_ADDRESSES_XP
*
Next
;
PCHAR
AdapterName
;
PIP_ADAPTER_UNICAST_ADDRESS
FirstUnicastAddress
;
PIP_ADAPTER_ANYCAST_ADDRESS
FirstAnycastAddress
;
PIP_ADAPTER_MULTICAST_ADDRESS
FirstMulticastAddress
;
PIP_ADAPTER_DNS_SERVER_ADDRESS
FirstDnsServerAddress
;
PWCHAR
DnsSuffix
;
PWCHAR
Description
;
PWCHAR
FriendlyName
;
BYTE
PhysicalAddress
[
MAX_ADAPTER_ADDRESS_LENGTH
];
DWORD
PhysicalAddressLength
;
DWORD
Flags
;
DWORD
Mtu
;
DWORD
IfType
;
IF_OPER_STATUS
OperStatus
;
DWORD
Ipv6IfIndex
;
DWORD
ZoneIndices
[
16
];
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
#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