ReactOS
0.4.16-dev-814-g656a5dc
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
wsipx.h
Go to the documentation of this file.
1
/* WSIPX.H - initially taken from the Wine project
2
*/
3
4
#ifndef _WSIPX_H
5
#define _WSIPX_H
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
#define NSPROTO_IPX 1000
12
#define NSPROTO_SPX 1256
13
#define NSPROTO_SPXII 1257
14
15
typedef
struct
sockaddr_ipx
{
16
short
sa_family
;
17
char
sa_netnum
[4];
18
char
sa_nodenum
[6];
19
unsigned
short
sa_socket
;
20
}
SOCKADDR_IPX
, *
PSOCKADDR_IPX
, *
LPSOCKADDR_IPX
;
21
22
#ifdef __cplusplus
23
}
24
#endif
25
#endif
sockaddr_ipx
Definition:
wsipx.h:15
sockaddr_ipx::sa_family
short sa_family
Definition:
wsipx.h:16
sockaddr_ipx::sa_socket
unsigned short sa_socket
Definition:
wsipx.h:19
sockaddr_ipx::sa_nodenum
char sa_nodenum[6]
Definition:
wsipx.h:18
sockaddr_ipx::sa_netnum
char sa_netnum[4]
Definition:
wsipx.h:17
SOCKADDR_IPX
struct sockaddr_ipx SOCKADDR_IPX
PSOCKADDR_IPX
struct sockaddr_ipx * PSOCKADDR_IPX
LPSOCKADDR_IPX
struct sockaddr_ipx * LPSOCKADDR_IPX
sdk
include
psdk
wsipx.h
Generated on Thu Mar 13 2025 06:13:01 for ReactOS by
1.9.6