Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
irlap_event.c File Reference
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <net/irda/irda.h>
#include <net/irda/irlap_event.h>
#include <net/irda/timer.h>
#include <net/irda/irlap.h>
#include <net/irda/irlap_frame.h>
#include <net/irda/qos.h>
#include <net/irda/parameters.h>
#include <net/irda/irlmp.h>
#include <net/irda/irda_device.h>

Go to the source code of this file.

Functions

void irlap_do_event (struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info)
 

Variables

const char *const irlap_state []
 

Function Documentation

void irlap_do_event ( struct irlap_cb self,
IRLAP_EVENT  event,
struct sk_buff skb,
struct irlap_info info 
)

Definition at line 237 of file irlap_event.c.

Variable Documentation

const char* const irlap_state[]
Initial value:
= {
"LAP_NDM",
"LAP_QUERY",
"LAP_REPLY",
"LAP_CONN",
"LAP_SETUP",
"LAP_OFFLINE",
"LAP_XMIT_P",
"LAP_PCLOSE",
"LAP_NRM_P",
"LAP_RESET_WAIT",
"LAP_RESET",
"LAP_NRM_S",
"LAP_XMIT_S",
"LAP_SCLOSE",
"LAP_RESET_CHECK",
}

Definition at line 124 of file irlap_event.c.