ReactOS
0.4.16-dev-1093-g93e9710
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
wsnwlink.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2003,2004 Roderick Colenbrander
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
19
#ifndef _WSNWLINK_
20
#define _WSNWLINK_
21
22
#define IPX_PTYPE 0x4000
23
#define IPX_FILTERPTYPE 0x4001
24
#define IPX_DSTYPE 0x4002
25
#define IPX_STOPFILTERPTYPE 0x4003
26
#define IPX_EXTENDED_ADDRESS 0x4004
27
#define IPX_RECVHDR 0x4005
28
#define IPX_MAXSIZE 0x4006
29
#define IPX_ADDRESS 0x4007
30
#define IPX_GETNETINFO 0x4008
31
#define IPX_GETNETINFO_NORIP 0x4009
32
#define IPX_SPXGETCONNECTIONSTATUS 0x400b
33
#define IPX_ADDRESS_NOTIFY 0x400c
34
#define IPX_MAX_ADAPTER_NUM 0x400d
35
#define IPX_RERIPNETNUMBER 0x400e
36
#define IPX_RECEIVE_BROADCAST 0x400f
37
#define IPX_IMMEDIATESPXACK 0x4010
38
39
typedef
struct
_IPX_ADDRESS_DATA
{
40
INT
adapternum
;
41
UCHAR
netnum
[4];
42
UCHAR
nodenum
[6];
43
BOOLEAN
wan
;
44
BOOLEAN
status
;
45
INT
maxpkt
;
46
ULONG
linkspeed
;
47
}
IPX_ADDRESS_DATA
, *
PIPX_ADDRESS_DATA
;
48
49
#endif
/* _WSNWLINK_ */
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
_IPX_ADDRESS_DATA
Definition:
wsnwlink.h:39
_IPX_ADDRESS_DATA::status
BOOLEAN status
Definition:
wsnwlink.h:44
_IPX_ADDRESS_DATA::maxpkt
INT maxpkt
Definition:
wsnwlink.h:45
_IPX_ADDRESS_DATA::linkspeed
ULONG linkspeed
Definition:
wsnwlink.h:46
_IPX_ADDRESS_DATA::netnum
UCHAR netnum[4]
Definition:
wsnwlink.h:41
_IPX_ADDRESS_DATA::nodenum
UCHAR nodenum[6]
Definition:
wsnwlink.h:42
_IPX_ADDRESS_DATA::adapternum
INT adapternum
Definition:
wsnwlink.h:40
_IPX_ADDRESS_DATA::wan
BOOLEAN wan
Definition:
wsnwlink.h:43
INT
int32_t INT
Definition:
typedefs.h:58
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
IPX_ADDRESS_DATA
struct _IPX_ADDRESS_DATA IPX_ADDRESS_DATA
PIPX_ADDRESS_DATA
struct _IPX_ADDRESS_DATA * PIPX_ADDRESS_DATA
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
sdk
include
psdk
wsnwlink.h
Generated on Mon May 5 2025 06:13:12 for ReactOS by
1.9.6