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
69649476
Commit
69649476
authored
Feb 03, 2020
by
Alex Henrie
Committed by
Alexandre Julliard
Feb 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add remaining MIB_TCP6 types.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
269c372c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
tcpmib.h
include/tcpmib.h
+38
-0
No files found.
include/tcpmib.h
View file @
69649476
...
...
@@ -115,6 +115,24 @@ typedef struct _MIB_TCPTABLE_OWNER_PID
MIB_TCPROW_OWNER_PID
table
[
1
];
}
MIB_TCPTABLE_OWNER_PID
,
*
PMIB_TCPTABLE_OWNER_PID
;
typedef
struct
_MIB_TCP6ROW_OWNER_PID
{
UCHAR
ucLocalAddr
[
16
];
DWORD
dwLocalScopeId
;
DWORD
dwLocalPort
;
UCHAR
ucRemoteAddr
[
16
];
DWORD
dwRemoteScopeId
;
DWORD
dwRemotePort
;
DWORD
dwState
;
DWORD
dwOwningPid
;
}
MIB_TCP6ROW_OWNER_PID
,
*
PMIB_TCP6ROW_OWNER_PID
;
typedef
struct
_MIB_TCP6TABLE_OWNER_PID
{
DWORD
dwNumEntries
;
MIB_TCP6ROW_OWNER_PID
table
[
1
];
}
MIB_TCP6TABLE_OWNER_PID
,
*
PMIB_TCP6TABLE_OWNER_PID
;
typedef
struct
_MIB_TCPROW_OWNER_MODULE
{
DWORD
dwState
;
...
...
@@ -133,6 +151,26 @@ typedef struct _MIB_TCPTABLE_OWNER_MODULE
MIB_TCPROW_OWNER_MODULE
table
[
1
];
}
MIB_TCPTABLE_OWNER_MODULE
,
*
PMIB_TCPTABLE_OWNER_MODULE
;
typedef
struct
_MIB_TCP6ROW_OWNER_MODULE
{
UCHAR
ucLocalAddr
[
16
];
DWORD
dwLocalScopeId
;
DWORD
dwLocalPort
;
UCHAR
ucRemoteAddr
[
16
];
DWORD
dwRemoteScopeId
;
DWORD
dwRemotePort
;
DWORD
dwState
;
DWORD
dwOwningPid
;
LARGE_INTEGER
liCreateTimestamp
;
ULONGLONG
OwningModuleInfo
[
TCPIP_OWNING_MODULE_SIZE
];
}
MIB_TCP6ROW_OWNER_MODULE
,
*
PMIB_TCP6ROW_OWNER_MODULE
;
typedef
struct
_MIB_TCP6TABLE_OWNER_MODULE
{
DWORD
dwNumEntries
;
MIB_TCP6ROW_OWNER_MODULE
table
[
1
];
}
MIB_TCP6TABLE_OWNER_MODULE
,
*
PMIB_TCP6TABLE_OWNER_MODULE
;
typedef
struct
_MIB_TCPROW2
{
DWORD
dwState
;
...
...
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