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
e1e62951
Commit
e1e62951
authored
Dec 04, 2003
by
Juan Lang
Committed by
Alexandre Julliard
Dec 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused structure declaration.
parent
9f71bd98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
41 deletions
+1
-41
wscontrol.h
dlls/wsock32/wscontrol.h
+1
-41
No files found.
dlls/wsock32/wscontrol.h
View file @
e1e62951
...
...
@@ -58,51 +58,11 @@ typedef struct TDIObjectID
unsigned
long
toi_id
;
}
TDIObjectID
;
#ifdef if_type
#undef if_type
#endif
#ifdef if_mtu
#undef if_mtu
#endif
#ifdef if_lastchange
#undef if_lastchange
#endif
#define MAX_PHYSADDR_SIZE 8
#define MAX_IFDESCR_LEN 256
typedef
struct
IFEntry
{
unsigned
long
if_index
;
unsigned
long
if_type
;
unsigned
long
if_mtu
;
unsigned
long
if_speed
;
unsigned
long
if_physaddrlen
;
unsigned
char
if_physaddr
[
MAX_PHYSADDR_SIZE
];
unsigned
long
if_adminstatus
;
unsigned
long
if_operstatus
;
unsigned
long
if_lastchange
;
unsigned
long
if_inoctets
;
unsigned
long
if_inucastpkts
;
unsigned
long
if_innucastpkts
;
unsigned
long
if_indiscards
;
unsigned
long
if_inerrors
;
unsigned
long
if_inunknownprotos
;
unsigned
long
if_outoctets
;
unsigned
long
if_outucastpkts
;
unsigned
long
if_outnucastpkts
;
unsigned
long
if_outdiscards
;
unsigned
long
if_outerrors
;
unsigned
long
if_outqlen
;
unsigned
long
if_descrlen
;
unsigned
char
if_descr
[
1
];
}
IFEntry
;
/* FIXME: real name and definition of this struct that contains
* an IP route table entry is unknown */
typedef
struct
IPRouteEntry
{
unsigned
long
ire_addr
;
unsigned
long
ire_index
;
/*matches i
f_index in IFEntry and iae_index in IPAddrEntry
*/
unsigned
long
ire_index
;
/*matches i
nterface index used by iphlpapi
*/
unsigned
long
ire_metric
;
unsigned
long
ire_option4
;
unsigned
long
ire_option5
;
...
...
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