|
Linux Kernel
3.7.1
|
#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/inetdevice.h>#include <linux/if_arp.h>#include <linux/module.h>#include <linux/sched.h>#include <net/arp.h>#include <net/irda/irda.h>#include <net/irda/irmod.h>#include <net/irda/irlan_common.h>#include <net/irda/irlan_client.h>#include <net/irda/irlan_event.h>#include <net/irda/irlan_eth.h>Go to the source code of this file.
Macros | |
| #define | HW_MAX_ADDRS 4 /* Must query to get it! */ |
Functions | |
| struct net_device * | alloc_irlandev (const char *name) |
| int | irlan_eth_receive (void *instance, void *sap, struct sk_buff *skb) |
| void | irlan_eth_flow_indication (void *instance, void *sap, LOCAL_FLOW flow) |
| #define HW_MAX_ADDRS 4 /* Must query to get it! */ |
Definition at line 308 of file irlan_eth.c.
|
read |
Definition at line 97 of file irlan_eth.c.
| void irlan_eth_flow_indication | ( | void * | instance, |
| void * | sap, | ||
| LOCAL_FLOW | flow | ||
| ) |
Definition at line 270 of file irlan_eth.c.
1.8.2