|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/string.h>#include <linux/mm.h>#include <linux/socket.h>#include <linux/in.h>#include <linux/inet.h>#include <linux/netdevice.h>#include <linux/hippidevice.h>#include <linux/skbuff.h>#include <linux/errno.h>#include <net/arp.h>#include <net/sock.h>#include <asm/uaccess.h>Go to the source code of this file.
Functions | |
| __be16 | hippi_type_trans (struct sk_buff *skb, struct net_device *dev) |
| EXPORT_SYMBOL (hippi_type_trans) | |
| int | hippi_change_mtu (struct net_device *dev, int new_mtu) |
| EXPORT_SYMBOL (hippi_change_mtu) | |
| int | hippi_mac_addr (struct net_device *dev, void *p) |
| EXPORT_SYMBOL (hippi_mac_addr) | |
| int | hippi_neigh_setup_dev (struct net_device *dev, struct neigh_parms *p) |
| EXPORT_SYMBOL (hippi_neigh_setup_dev) | |
| struct net_device * | alloc_hippi_dev (int sizeof_priv) |
| EXPORT_SYMBOL (alloc_hippi_dev) | |
|
read |
alloc_hippi_dev - Register HIPPI device : Size of additional driver-private structure to be allocated for this HIPPI device
Fill in the fields of the device structure with HIPPI-generic values.
Constructs a new net device, complete with a private data area of size . A 32-byte (not bit) alignment is enforced for this private data area.
| EXPORT_SYMBOL | ( | hippi_type_trans | ) |
| EXPORT_SYMBOL | ( | hippi_change_mtu | ) |
| EXPORT_SYMBOL | ( | hippi_mac_addr | ) |
| EXPORT_SYMBOL | ( | hippi_neigh_setup_dev | ) |
| EXPORT_SYMBOL | ( | alloc_hippi_dev | ) |
| int hippi_change_mtu | ( | struct net_device * | dev, |
| int | new_mtu | ||
| ) |
| int hippi_neigh_setup_dev | ( | struct net_device * | dev, |
| struct neigh_parms * | p | ||
| ) |
1.8.2