|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#include <linux/types.h>#include <linux/socket.h>#include <linux/in.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/spinlock.h>#include <linux/timer.h>#include <linux/string.h>#include <linux/sockios.h>#include <linux/net.h>#include <linux/slab.h>#include <net/ax25.h>#include <linux/inet.h>#include <linux/netdevice.h>#include <linux/skbuff.h>#include <net/sock.h>#include <asm/uaccess.h>#include <linux/fcntl.h>#include <linux/mm.h>#include <linux/interrupt.h>Go to the source code of this file.
Data Structures | |
| struct | listen_struct |
Functions | |
| void | ax25_register_pid (struct ax25_protocol *ap) |
| EXPORT_SYMBOL_GPL (ax25_register_pid) | |
| void | ax25_protocol_release (unsigned int pid) |
| EXPORT_SYMBOL (ax25_protocol_release) | |
| void | ax25_linkfail_register (struct ax25_linkfail *lf) |
| EXPORT_SYMBOL (ax25_linkfail_register) | |
| void | ax25_linkfail_release (struct ax25_linkfail *lf) |
| EXPORT_SYMBOL (ax25_linkfail_release) | |
| int | ax25_listen_register (ax25_address *callsign, struct net_device *dev) |
| EXPORT_SYMBOL (ax25_listen_register) | |
| void | ax25_listen_release (ax25_address *callsign, struct net_device *dev) |
| EXPORT_SYMBOL (ax25_listen_release) | |
| int | ax25_listen_mine (ax25_address *callsign, struct net_device *dev) |
| void | ax25_link_failed (ax25_cb *ax25, int reason) |
| int | ax25_protocol_is_registered (unsigned int pid) |
Variables | |
| int(*)(struct sk_buff *, ax25_cb *) | ax25_protocol_function (unsigned int pid) |
Definition at line 193 of file ax25_iface.c.
| void ax25_linkfail_register | ( | struct ax25_linkfail * | lf | ) |
Definition at line 86 of file ax25_iface.c.
| void ax25_linkfail_release | ( | struct ax25_linkfail * | lf | ) |
Definition at line 95 of file ax25_iface.c.
| int ax25_listen_mine | ( | ax25_address * | callsign, |
| struct net_device * | dev | ||
| ) |
Definition at line 177 of file ax25_iface.c.
| int ax25_listen_register | ( | ax25_address * | callsign, |
| struct net_device * | dev | ||
| ) |
Definition at line 104 of file ax25_iface.c.
| void ax25_listen_release | ( | ax25_address * | callsign, |
| struct net_device * | dev | ||
| ) |
Definition at line 127 of file ax25_iface.c.
Definition at line 204 of file ax25_iface.c.
Definition at line 58 of file ax25_iface.c.
| void ax25_register_pid | ( | struct ax25_protocol * | ap | ) |
Definition at line 48 of file ax25_iface.c.
| EXPORT_SYMBOL | ( | ax25_protocol_release | ) |
| EXPORT_SYMBOL | ( | ax25_linkfail_register | ) |
| EXPORT_SYMBOL | ( | ax25_linkfail_release | ) |
| EXPORT_SYMBOL | ( | ax25_listen_register | ) |
| EXPORT_SYMBOL | ( | ax25_listen_release | ) |
| EXPORT_SYMBOL_GPL | ( | ax25_register_pid | ) |
1.8.2