| version 1.1 | | version 1.2 |
|---|
| | |
| * Prototype for IPX communications. | | * Prototype for IPX communications. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:02:16 donut | | * Revision 1.2 2000/02/07 10:26:06 donut |
| * Initial revision | | * new ipx code structure reduces some redundancy and gives all arches multi netcode ability |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:02:16 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.6 1995/03/29 11:19:32 john | | * Revision 2.6 1995/03/29 11:19:32 john |
| * Added broadcasting over a net. | | * Added broadcasting over a net. |
| | |
| // -3 if IPX not installed. | | // -3 if IPX not installed. |
| // -4 if couldn't allocate low dos memory | | // -4 if couldn't allocate low dos memory |
| // -5 if error with getting internetwork address | | // -5 if error with getting internetwork address |
| extern int ipx_init( int socket_number, int show_address ); | | //extern int ipx_init( int socket_number, int show_address ); |
| | | |
| | | //select which "ipx" driver to use. |
| | | extern int ipx_set_driver(char *name); |
| | | |
| | | extern int ipx_check_ready_to_join(ubyte *server, ubyte *node); |
| | | |
| extern int ipx_change_default_socket( ushort socket_number ); | | extern int ipx_change_default_socket( ushort socket_number ); |
| | | |