Linux Kernel
3.7.1
|
#include <asm/unaligned.h>
Go to the source code of this file.
Data Structures | |
struct | sockaddr_l2 |
struct | l2cap_options |
struct | l2cap_conninfo |
struct | l2cap_hdr |
struct | l2cap_cmd_hdr |
struct | l2cap_cmd_rej_unk |
struct | l2cap_cmd_rej_mtu |
struct | l2cap_cmd_rej_cid |
struct | l2cap_conn_req |
struct | l2cap_conn_rsp |
struct | l2cap_conf_req |
struct | l2cap_conf_rsp |
struct | l2cap_conf_opt |
struct | l2cap_conf_rfc |
struct | l2cap_conf_efs |
struct | l2cap_disconn_req |
struct | l2cap_disconn_rsp |
struct | l2cap_info_req |
struct | l2cap_info_rsp |
struct | l2cap_create_chan_req |
struct | l2cap_create_chan_rsp |
struct | l2cap_move_chan_req |
struct | l2cap_move_chan_rsp |
struct | l2cap_move_chan_cfm |
struct | l2cap_move_chan_cfm_rsp |
struct | l2cap_conn_param_update_req |
struct | l2cap_conn_param_update_rsp |
struct | l2cap_seq_list |
struct | l2cap_chan |
struct | l2cap_ops |
struct | l2cap_conn |
struct | l2cap_pinfo |
Variables | |
struct l2cap_hdr | __packed |
bool | disable_ertm |
#define __set_ack_timer | ( | c | ) |
#define L2CAP_CONN_TIMEOUT msecs_to_jiffies(40000) |
#define L2CAP_DISC_REJ_TIMEOUT msecs_to_jiffies(5000) |
#define L2CAP_DISC_TIMEOUT msecs_to_jiffies(100) |
#define L2CAP_ENC_TIMEOUT msecs_to_jiffies(5000) |
#define L2CAP_EXT_CTRL_FRAME_TYPE 0x00000001 /* I- or S-Frame */ |
#define L2CAP_INFO_TIMEOUT msecs_to_jiffies(4000) |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
void __l2cap_connect_rsp_defer | ( | struct l2cap_chan * | chan | ) |
Definition at line 3270 of file l2cap_core.c.
Definition at line 1579 of file l2cap_core.c.
int l2cap_add_psm | ( | struct l2cap_chan * | chan, |
bdaddr_t * | src, | ||
__le16 | psm | ||
) |
Definition at line 122 of file l2cap_core.c.
int l2cap_add_scid | ( | struct l2cap_chan * | chan, |
__u16 | scid | ||
) |
Definition at line 155 of file l2cap_core.c.
void l2cap_chan_add | ( | struct l2cap_conn * | conn, |
struct l2cap_chan * | chan | ||
) |
Definition at line 514 of file l2cap_core.c.
void l2cap_chan_busy | ( | struct l2cap_chan * | chan, |
int | busy | ||
) |
Definition at line 4495 of file l2cap_core.c.
int l2cap_chan_check_security | ( | struct l2cap_chan * | chan | ) |
Definition at line 662 of file l2cap_core.c.
void l2cap_chan_close | ( | struct l2cap_chan * | chan, |
int | reason | ||
) |
Definition at line 571 of file l2cap_core.c.
int l2cap_chan_connect | ( | struct l2cap_chan * | chan, |
__le16 | psm, | ||
u16 | cid, | ||
bdaddr_t * | dst, | ||
u8 | dst_type | ||
) |
Definition at line 1440 of file l2cap_core.c.
|
read |
Definition at line 391 of file l2cap_core.c.
void l2cap_chan_del | ( | struct l2cap_chan * | chan, |
int | err | ||
) |
Definition at line 521 of file l2cap_core.c.
void l2cap_chan_hold | ( | struct l2cap_chan * | c | ) |
Definition at line 432 of file l2cap_core.c.
void l2cap_chan_put | ( | struct l2cap_chan * | c | ) |
Definition at line 439 of file l2cap_core.c.
Definition at line 2158 of file l2cap_core.c.
void l2cap_chan_set_defaults | ( | struct l2cap_chan * | chan | ) |
Definition at line 446 of file l2cap_core.c.
Definition at line 1280 of file l2cap_sock.c.
int l2cap_ertm_init | ( | struct l2cap_chan * | chan | ) |
Definition at line 2735 of file l2cap_core.c.
Definition at line 1250 of file l2cap_sock.c.
bool disable_ertm |
Definition at line 42 of file l2cap_core.c.