ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

wsipx.h
Go to the documentation of this file.
00001 /* WSIPX.H - initially taken from the Wine project
00002  */
00003 
00004 #ifndef _WSIPX_H
00005 #define _WSIPX_H
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 #define NSPROTO_IPX 1000
00012 #define NSPROTO_SPX 1256
00013 #define NSPROTO_SPXII   1257
00014 
00015 typedef struct sockaddr_ipx {
00016     short sa_family;
00017     char sa_netnum[4];
00018     char sa_nodenum[6];
00019     unsigned short sa_socket;
00020 } SOCKADDR_IPX, *PSOCKADDR_IPX, *LPSOCKADDR_IPX;
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025 #endif

Generated on Wed May 23 2012 04:30:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.