Linux Kernel
3.7.1
|
#include <linux/skbuff.h>
Go to the source code of this file.
Data Structures | |
struct | llc_sap_state_ev |
Macros | |
#define | LLC_SAP_EV_TYPE_SIMPLE 1 |
#define | LLC_SAP_EV_TYPE_CONDITION 2 |
#define | LLC_SAP_EV_TYPE_PRIM 3 |
#define | LLC_SAP_EV_TYPE_PDU 4 /* command/response PDU */ |
#define | LLC_SAP_EV_TYPE_ACK_TMR 5 |
#define | LLC_SAP_EV_TYPE_RPT_STATUS 6 |
#define | LLC_SAP_EV_ACTIVATION_REQ 1 |
#define | LLC_SAP_EV_RX_UI 2 |
#define | LLC_SAP_EV_UNITDATA_REQ 3 |
#define | LLC_SAP_EV_XID_REQ 4 |
#define | LLC_SAP_EV_RX_XID_C 5 |
#define | LLC_SAP_EV_RX_XID_R 6 |
#define | LLC_SAP_EV_TEST_REQ 7 |
#define | LLC_SAP_EV_RX_TEST_C 8 |
#define | LLC_SAP_EV_RX_TEST_R 9 |
#define | LLC_SAP_EV_DEACTIVATION_REQ 10 |
Typedefs | |
typedef int(* | llc_sap_ev_t )(struct llc_sap *sap, struct sk_buff *skb) |
Functions | |
int | llc_sap_ev_activation_req (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_rx_ui (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_unitdata_req (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_xid_req (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_rx_xid_c (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_rx_xid_r (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_test_req (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_rx_test_c (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_rx_test_r (struct llc_sap *sap, struct sk_buff *skb) |
int | llc_sap_ev_deactivation_req (struct llc_sap *sap, struct sk_buff *skb) |
#define LLC_SAP_EV_ACTIVATION_REQ 1 |
Definition at line 26 of file llc_s_ev.h.
#define LLC_SAP_EV_DEACTIVATION_REQ 10 |
Definition at line 35 of file llc_s_ev.h.
#define LLC_SAP_EV_RX_TEST_C 8 |
Definition at line 33 of file llc_s_ev.h.
#define LLC_SAP_EV_RX_TEST_R 9 |
Definition at line 34 of file llc_s_ev.h.
#define LLC_SAP_EV_RX_UI 2 |
Definition at line 27 of file llc_s_ev.h.
#define LLC_SAP_EV_RX_XID_C 5 |
Definition at line 30 of file llc_s_ev.h.
#define LLC_SAP_EV_RX_XID_R 6 |
Definition at line 31 of file llc_s_ev.h.
#define LLC_SAP_EV_TEST_REQ 7 |
Definition at line 32 of file llc_s_ev.h.
#define LLC_SAP_EV_TYPE_ACK_TMR 5 |
Definition at line 23 of file llc_s_ev.h.
#define LLC_SAP_EV_TYPE_CONDITION 2 |
Definition at line 20 of file llc_s_ev.h.
Definition at line 22 of file llc_s_ev.h.
#define LLC_SAP_EV_TYPE_PRIM 3 |
Definition at line 21 of file llc_s_ev.h.
#define LLC_SAP_EV_TYPE_RPT_STATUS 6 |
Definition at line 24 of file llc_s_ev.h.
#define LLC_SAP_EV_TYPE_SIMPLE 1 |
Definition at line 19 of file llc_s_ev.h.
#define LLC_SAP_EV_UNITDATA_REQ 3 |
Definition at line 28 of file llc_s_ev.h.
#define LLC_SAP_EV_XID_REQ 4 |
Definition at line 29 of file llc_s_ev.h.
Definition at line 54 of file llc_s_ev.h.
Definition at line 23 of file llc_s_ev.c.
Definition at line 109 of file llc_s_ev.c.
Definition at line 89 of file llc_s_ev.c.
Definition at line 99 of file llc_s_ev.c.
Definition at line 31 of file llc_s_ev.c.
Definition at line 60 of file llc_s_ev.c.
Definition at line 70 of file llc_s_ev.c.
Definition at line 80 of file llc_s_ev.c.
Definition at line 41 of file llc_s_ev.c.