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/jiffies.h>
#include <linux/timer.h>
#include <linux/string.h>
#include <linux/sockios.h>
#include <linux/net.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.
Functions | |
void | ax25_setup_timers (ax25_cb *ax25) |
void | ax25_start_heartbeat (ax25_cb *ax25) |
void | ax25_start_t1timer (ax25_cb *ax25) |
void | ax25_start_t2timer (ax25_cb *ax25) |
void | ax25_start_t3timer (ax25_cb *ax25) |
void | ax25_start_idletimer (ax25_cb *ax25) |
void | ax25_stop_heartbeat (ax25_cb *ax25) |
void | ax25_stop_t1timer (ax25_cb *ax25) |
void | ax25_stop_t2timer (ax25_cb *ax25) |
void | ax25_stop_t3timer (ax25_cb *ax25) |
void | ax25_stop_idletimer (ax25_cb *ax25) |
int | ax25_t1timer_running (ax25_cb *ax25) |
unsigned long | ax25_display_timer (struct timer_list *timer) |
EXPORT_SYMBOL (ax25_display_timer) | |
unsigned long ax25_display_timer | ( | struct timer_list * | timer | ) |
Definition at line 113 of file ax25_timer.c.
Definition at line 42 of file ax25_timer.c.
Definition at line 52 of file ax25_timer.c.
Definition at line 75 of file ax25_timer.c.
Definition at line 57 of file ax25_timer.c.
Definition at line 62 of file ax25_timer.c.
Definition at line 67 of file ax25_timer.c.
Definition at line 83 of file ax25_timer.c.
Definition at line 103 of file ax25_timer.c.
Definition at line 88 of file ax25_timer.c.
Definition at line 93 of file ax25_timer.c.
Definition at line 98 of file ax25_timer.c.
Definition at line 108 of file ax25_timer.c.
EXPORT_SYMBOL | ( | ax25_display_timer | ) |