]> icculus.org git repositories - btb/d2x.git/blob - arch/linux/include/ipx_lin.h
formatting
[btb/d2x.git] / arch / linux / include / ipx_lin.h
1 /* $Id: ipx_lin.h,v 1.4 2003-03-13 00:20:21 btb Exp $ */
2 /*
3  *
4  * FIXME: add description
5  *
6  */
7
8 #ifndef IPX_LINUX_H_
9 #define IPX_LINUX_H_
10
11 #include <sys/types.h>
12 #include "ipx_hlpr.h"
13
14 int ipx_linux_GetMyAddress(void);
15 int ipx_linux_OpenSocket(ipx_socket_t *sk, int port);
16 void ipx_linux_CloseSocket(ipx_socket_t *mysock);
17 int ipx_linux_SendPacket(ipx_socket_t *mysock, IPXPacket_t *IPXHeader,
18  u_char *data, int dataLen);
19 int ipx_linux_ReceivePacket(ipx_socket_t *s, char *buffer, int bufsize,
20  struct ipx_recv_data *rd);
21
22 #endif