ReactOS 0.4.16-dev-1946-g52006dd
udpmib.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2003 Juan Lang
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18#ifndef __WINE_UDPMIB_H
19#define __WINE_UDPMIB_H
20
21#define TCPIP_OWNING_MODULE_SIZE 16
22
23
24/* UDP table */
25
26typedef struct _MIB_UDPROW
27{
31
32typedef struct _MIB_UDPTABLE
33{
37
38typedef struct _MIB_UDPROW_OWNER_PID
39{
44
45typedef struct _MIB_UDPTABLE_OWNER_PID
46{
50
51typedef struct _MIB_UDPROW_OWNER_MODULE
52{
57 __C89_NAMELESS union
58 {
59 __C89_NAMELESS struct
60 {
61 int SpecificPortBind:1;
63 int dwFlags;
67
68typedef struct _MIB_UDPTABLE_OWNER_MODULE
69{
73
74typedef struct _MIB_UDP6ROW
75{
80
81typedef struct _MIB_UDP6TABLE
82{
86
88{
94
96{
100
102{
108 __C89_NAMELESS union
109 {
110 __C89_NAMELESS struct
111 {
118
120{
124
125/* UDP statistics */
126
127typedef struct _MIB_UDPSTATS
128{
135
136#endif /* __WINE_UDPMIB_H */
#define __C89_NAMELESS
Definition: _mingw_mac.h:128
unsigned long DWORD
Definition: ntddk_ex.h:95
struct _MIB_UDPTABLE_OWNER_PID * PMIB_UDPTABLE_OWNER_PID
struct _MIB_UDPROW_OWNER_MODULE MIB_UDPROW_OWNER_MODULE
struct _MIB_UDPTABLE MIB_UDPTABLE
struct _MIB_UDPROW * PMIB_UDPROW
struct _MIB_UDPTABLE_OWNER_MODULE MIB_UDPTABLE_OWNER_MODULE
struct _MIB_UDPTABLE_OWNER_PID MIB_UDPTABLE_OWNER_PID
struct _MIB_UDPROW_OWNER_PID MIB_UDPROW_OWNER_PID
struct _MIB_UDPROW_OWNER_MODULE * PMIB_UDPROW_OWNER_MODULE
struct _MIB_UDPTABLE_OWNER_MODULE * PMIB_UDPTABLE_OWNER_MODULE
struct _MIB_UDPSTATS MIB_UDPSTATS
struct _MIB_UDPROW MIB_UDPROW
struct _MIB_UDPROW_OWNER_PID * PMIB_UDPROW_OWNER_PID
struct _MIB_UDPSTATS * PMIB_UDPSTATS
struct _MIB_UDPTABLE * PMIB_UDPTABLE
ULONGLONG OwningModuleInfo[TCPIP_OWNING_MODULE_SIZE]
Definition: udpmib.h:116
__C89_NAMELESS struct _MIB_UDP6ROW_OWNER_MODULE::@4163::@4164 __C89_NAMELESSSTRUCTNAME
__C89_NAMELESS union _MIB_UDP6ROW_OWNER_MODULE::@4163 __C89_NAMELESSUNIONNAME
LARGE_INTEGER liCreateTimestamp
Definition: udpmib.h:107
UCHAR ucLocalAddr[16]
Definition: udpmib.h:89
DWORD dwLocalPort
Definition: udpmib.h:78
DWORD dwLocalScopeId
Definition: udpmib.h:77
IN6_ADDR dwLocalAddr
Definition: udpmib.h:76
DWORD dwNumEntries
Definition: udpmib.h:83
LARGE_INTEGER liCreateTimestamp
Definition: udpmib.h:45
__C89_NAMELESS union _MIB_UDPROW_OWNER_MODULE::@4161 __C89_NAMELESSUNIONNAME
__C89_NAMELESS struct _MIB_UDPROW_OWNER_MODULE::@4161::@4162 __C89_NAMELESSSTRUCTNAME
ULONGLONG OwningModuleInfo[TCPIP_OWNING_MODULE_SIZE]
Definition: udpmib.h:52
DWORD dwLocalAddr
Definition: udpmib.h:14
DWORD dwLocalPort
Definition: udpmib.h:15
DWORD dwOutDatagrams
Definition: udpmib.h:91
DWORD dwInDatagrams
Definition: udpmib.h:88
DWORD dwNoPorts
Definition: udpmib.h:89
DWORD dwNumAddrs
Definition: udpmib.h:92
DWORD dwInErrors
Definition: udpmib.h:90
DWORD dwNumEntries
Definition: udpmib.h:19
Definition: inet.h:67
uint64_t ULONGLONG
Definition: typedefs.h:67
struct _MIB_UDP6TABLE_OWNER_PID MIB_UDP6TABLE_OWNER_PID
struct _MIB_UDP6TABLE * PMIB_UDP6TABLE
#define TCPIP_OWNING_MODULE_SIZE
Definition: udpmib.h:21
struct _MIB_UDP6ROW_OWNER_PID * PMIB_UDP6ROW_OWNER_PID
struct _MIB_UDP6TABLE MIB_UDP6TABLE
struct _MIB_UDP6TABLE_OWNER_MODULE MIB_UDP6TABLE_OWNER_MODULE
struct _MIB_UDP6TABLE_OWNER_PID * PMIB_UDP6TABLE_OWNER_PID
struct _MIB_UDP6ROW MIB_UDP6ROW
struct _MIB_UDP6ROW * PMIB_UDP6ROW
struct _MIB_UDP6ROW_OWNER_PID MIB_UDP6ROW_OWNER_PID
struct _MIB_UDP6ROW_OWNER_MODULE * PMIB_UDP6ROW_OWNER_MODULE
struct _MIB_UDP6ROW_OWNER_MODULE MIB_UDP6ROW_OWNER_MODULE
struct _MIB_UDP6TABLE_OWNER_MODULE * PMIB_UDP6TABLE_OWNER_MODULE
unsigned char UCHAR
Definition: xmlstorage.h:181