#include <linux/netdevice.h>
#include <net/datalink.h>
#include <linux/ipx.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <net/sock.h>
Go to the source code of this file.
#define ipx_broadcast_node "\377\377\377\377\377\377" |
Definition at line 24 of file ipx.h.
#define IPX_MAX_EPHEMERAL_SOCKET 0x7fff |
#define IPX_MAX_PPROP_HOPS 8 |
Definition at line 27 of file ipx.h.
#define IPX_MIN_EPHEMERAL_SOCKET 0x4000 |
Definition at line 31 of file ipx.h.
#define ipx_this_node "\0\0\0\0\0\0" |
Definition at line 25 of file ipx.h.
#define IPX_TYPE_NCP 0x11 /* $lots for docs on this (SPIT) */ |
Definition at line 39 of file ipx.h.
#define IPX_TYPE_PPROP 0x14 /* complicated flood fill brdcast */ |
Definition at line 40 of file ipx.h.
#define IPX_TYPE_RIP 0x01 /* may also be 0 */ |
Definition at line 36 of file ipx.h.
#define IPX_TYPE_SAP 0x04 /* may also be 0 */ |
Definition at line 37 of file ipx.h.
#define IPX_TYPE_SPX 0x05 /* SPX protocol */ |
Definition at line 38 of file ipx.h.
#define IPX_TYPE_UNKNOWN 0x00 |
Definition at line 35 of file ipx.h.