Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hippi.c File Reference
#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_devicealloc_hippi_dev (int sizeof_priv)
 
 EXPORT_SYMBOL (alloc_hippi_dev)
 

Function Documentation

struct net_device* alloc_hippi_dev ( int  sizeof_priv)
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.

Definition at line 229 of file hippi.c.

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 
)

Definition at line 146 of file hippi.c.

int hippi_mac_addr ( struct net_device dev,
void p 
)

Definition at line 162 of file hippi.c.

int hippi_neigh_setup_dev ( struct net_device dev,
struct neigh_parms p 
)

Definition at line 172 of file hippi.c.

__be16 hippi_type_trans ( struct sk_buff skb,
struct net_device dev 
)

Definition at line 124 of file hippi.c.