ReactOS
0.4.16-dev-36-g301675c
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 Mon Sep 16 2024 06:12:10 for ReactOS by
1.9.6