ReactOS 0.4.15-dev-7842-g558ab78
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
8extern "C" {
9#endif
10
11#define NSPROTO_IPX 1000
12#define NSPROTO_SPX 1256
13#define NSPROTO_SPXII 1257
14
15typedef struct sockaddr_ipx {
16 short sa_family;
17 char sa_netnum[4];
18 char sa_nodenum[6];
19 unsigned short sa_socket;
21
22#ifdef __cplusplus
23}
24#endif
25#endif
short sa_family
Definition: wsipx.h:16
unsigned short sa_socket
Definition: wsipx.h:19
char sa_nodenum[6]
Definition: wsipx.h:18
char sa_netnum[4]
Definition: wsipx.h:17
struct sockaddr_ipx SOCKADDR_IPX
struct sockaddr_ipx * PSOCKADDR_IPX
struct sockaddr_ipx * LPSOCKADDR_IPX