|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <net/irda/irda.h>#include <net/irda/irlmp.h>#include <net/irda/iriap.h>#include <net/irda/iriap_event.h>Go to the source code of this file.
Functions | |
| void | iriap_next_client_state (struct iriap_cb *self, IRIAP_STATE state) |
| void | iriap_next_call_state (struct iriap_cb *self, IRIAP_STATE state) |
| void | iriap_next_server_state (struct iriap_cb *self, IRIAP_STATE state) |
| void | iriap_next_r_connect_state (struct iriap_cb *self, IRIAP_STATE state) |
| void | iriap_do_client_event (struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) |
| void | iriap_do_call_event (struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) |
| void | iriap_do_server_event (struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) |
| void | iriap_do_r_connect_event (struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) |
Definition at line 137 of file iriap_event.c.
Definition at line 128 of file iriap_event.c.
Definition at line 155 of file iriap_event.c.
Definition at line 146 of file iriap_event.c.
| void iriap_next_call_state | ( | struct iriap_cb * | self, |
| IRIAP_STATE | state | ||
| ) |
Definition at line 104 of file iriap_event.c.
| void iriap_next_client_state | ( | struct iriap_cb * | self, |
| IRIAP_STATE | state | ||
| ) |
Definition at line 96 of file iriap_event.c.
| void iriap_next_r_connect_state | ( | struct iriap_cb * | self, |
| IRIAP_STATE | state | ||
| ) |
Definition at line 120 of file iriap_event.c.
| void iriap_next_server_state | ( | struct iriap_cb * | self, |
| IRIAP_STATE | state | ||
| ) |
Definition at line 112 of file iriap_event.c.
1.8.2