af062818b47340eef15700d2f0211576ba3506eevboxsync/*
af062818b47340eef15700d2f0211576ba3506eevboxsync * Copyright (C) 2003,2004 Roderick Colenbrander
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is free software; you can redistribute it and/or
af062818b47340eef15700d2f0211576ba3506eevboxsync * modify it under the terms of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License as published by the Free Software Foundation; either
af062818b47340eef15700d2f0211576ba3506eevboxsync * version 2.1 of the License, or (at your option) any later version.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is distributed in the hope that it will be useful,
af062818b47340eef15700d2f0211576ba3506eevboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
af062818b47340eef15700d2f0211576ba3506eevboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync * Lesser General Public License for more details.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * You should have received a copy of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License along with this library; if not, write to the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
af062818b47340eef15700d2f0211576ba3506eevboxsync */
af062818b47340eef15700d2f0211576ba3506eevboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync/*
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * a choice of LGPL license versions is made available with the language indicating
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * of the LGPL is applied is otherwise unspecified.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync */
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifndef _WSNWLINK_
af062818b47340eef15700d2f0211576ba3506eevboxsync#define _WSNWLINK_
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_PTYPE 0x4000
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_FILTERPTYPE 0x4001
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_DSTYPE 0x4002
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_STOPFILTERPTYPE 0x4003
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_EXTENDED_ADDRESS 0x4004
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_RECVHDR 0x4005
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_MAXSIZE 0x4006
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_ADDRESS 0x4007
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_GETNETINFO 0x4008
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_GETNETINFO_NORIP 0x4009
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_SPXGETCONNECTIONSTATUS 0x400b
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_ADDRESS_NOTIFY 0x400c
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_MAX_ADAPTER_NUM 0x400d
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_RERIPNETNUMBER 0x400e
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_RECEIVE_BROADCAST 0x400f
af062818b47340eef15700d2f0211576ba3506eevboxsync#define IPX_IMMEDIATESPXACK 0x4010
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynctypedef struct _IPX_ADDRESS_DATA {
af062818b47340eef15700d2f0211576ba3506eevboxsync INT adapternum;
af062818b47340eef15700d2f0211576ba3506eevboxsync UCHAR netnum[4];
af062818b47340eef15700d2f0211576ba3506eevboxsync UCHAR nodenum[6];
af062818b47340eef15700d2f0211576ba3506eevboxsync BOOLEAN wan;
af062818b47340eef15700d2f0211576ba3506eevboxsync BOOLEAN status;
af062818b47340eef15700d2f0211576ba3506eevboxsync INT maxpkt;
af062818b47340eef15700d2f0211576ba3506eevboxsync ULONG linkspeed;
af062818b47340eef15700d2f0211576ba3506eevboxsync} IPX_ADDRESS_DATA, *PIPX_ADDRESS_DATA;
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif /* _WSNWLINK_ */