#include <linux/capability.h>
#include <linux/errno.h>
#include <linux/if_arp.h>
#include <linux/if_ether.h>
#include <linux/init.h>
#include <linux/ipx.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/net.h>
#include <linux/netdevice.h>
#include <linux/uio.h>
#include <linux/slab.h>
#include <linux/skbuff.h>
#include <linux/socket.h>
#include <linux/sockios.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/termios.h>
#include <net/ipx.h>
#include <net/p8022.h>
#include <net/psnap.h>
#include <net/sock.h>
#include <net/tcp_states.h>
#include <asm/uaccess.h>
Go to the source code of this file.
|
| LIST_HEAD (ipx_interfaces) |
|
| DEFINE_SPINLOCK (ipx_interfaces_lock) |
|
int | ipxrtr_add_route (__be32 network, struct ipx_interface *intrfc, unsigned char *node) |
|
void | ipxrtr_del_routes (struct ipx_interface *intrfc) |
|
int | ipxrtr_route_packet (struct sock *sk, struct sockaddr_ipx *usipx, struct iovec *iov, size_t len, int noblock) |
|
int | ipxrtr_route_skb (struct sk_buff *skb) |
|
struct ipx_route * | ipxrtr_lookup (__be32 net) |
|
int | ipxrtr_ioctl (unsigned int cmd, void __user *arg) |
|
struct ipx_interface * | ipx_interfaces_head (void) |
|
struct ipx_interface * | ipxitf_find_using_net (__be32 net) |
|
void | ipxitf_down (struct ipx_interface *intrfc) |
|
int | ipxitf_send (struct ipx_interface *intrfc, struct sk_buff *skb, char *node) |
|
__be16 | ipx_cksum (struct ipxhdr *packet, int length) |
|
const char * | ipx_frame_name (__be16 frame) |
|
const char * | ipx_device_name (struct ipx_interface *intrfc) |
|
struct datalink_proto * | make_EII_client (void) |
|
void | destroy_EII_client (struct datalink_proto *) |
|
| module_init (ipx_init) |
|
| module_exit (ipx_proto_finito) |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_ALIAS_NETPROTO (PF_IPX) |
|
#define ipx_register_sysctl |
( |
|
void | ) |
|
#define ipx_unregister_sysctl |
( |
|
void | ) |
|
Definition at line 32 of file pe2.c.
Definition at line 20 of file pe2.c.
MODULE_ALIAS_NETPROTO |
( |
PF_IPX |
| ) |
|
module_exit |
( |
ipx_proto_finito |
| ) |
|
int sysctl_ipx_pprop_broadcasting = 1 |