Symbol: ng_l2cap_con_p
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c
229
ng_l2cap_con_fail(ng_l2cap_con_p con, u_int16_t result)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c
329
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c
64
ng_l2cap_con_wakeup(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
404
void ng_l2cap_con_wakeup (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
405
void ng_l2cap_con_fail (ng_l2cap_con_p, u_int16_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1010
ng_l2cap_process_echo_rsp(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1048
ng_l2cap_process_info_req(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1096
ng_l2cap_process_info_rsp(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1172
send_l2cap_reject(ng_l2cap_con_p con, u_int8_t ident, u_int16_t reason,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1200
send_l2cap_con_rej(ng_l2cap_con_p con, u_int8_t ident, u_int16_t scid,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1228
send_l2cap_cfg_rsp(ng_l2cap_con_p con, u_int8_t ident, u_int16_t scid,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
153
ng_l2cap_process_signal_cmd(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
273
ng_l2cap_process_cmd_rej(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
347
ng_l2cap_process_con_req(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
401
ng_l2cap_process_con_rsp(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
521
ng_l2cap_process_cfg_req(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
59
static int ng_l2cap_process_signal_cmd (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
60
static int ng_l2cap_process_cmd_rej (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
61
static int ng_l2cap_process_con_req (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
62
static int ng_l2cap_process_con_rsp (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
63
static int ng_l2cap_process_cfg_req (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
64
static int ng_l2cap_process_cfg_rsp (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
65
static int ng_l2cap_process_discon_req (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
655
ng_l2cap_process_cfg_rsp(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
66
static int ng_l2cap_process_discon_rsp (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
67
static int ng_l2cap_process_echo_req (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
68
static int ng_l2cap_process_echo_rsp (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
69
static int ng_l2cap_process_info_req (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
70
static int ng_l2cap_process_info_rsp (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
72
(ng_l2cap_con_p, u_int8_t, u_int16_t, u_int16_t, u_int16_t, u_int16_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
74
(ng_l2cap_con_p, u_int8_t, u_int16_t, u_int16_t, u_int16_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
76
(ng_l2cap_con_p, u_int8_t, u_int16_t, u_int16_t, struct mbuf *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
809
ng_l2cap_process_discon_req(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
86
ng_l2cap_receive(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
900
ng_l2cap_process_discon_rsp(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
969
ng_l2cap_process_echo_req(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.h
37
int ng_l2cap_receive (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
138
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
208
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
287
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
349
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
438
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
485
ng_l2cap_lp_send(ng_l2cap_con_p con, u_int16_t dcid, struct mbuf *m0)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
605
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
71
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
739
ng_l2cap_lp_deliver(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
813
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
856
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
44
int ng_l2cap_lp_send (ng_l2cap_con_p, u_int16_t,struct mbuf *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
46
void ng_l2cap_lp_deliver (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
299
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
551
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
733
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
100
ng_l2cap_con_p
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
104
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
150
ng_l2cap_con_ref(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
171
ng_l2cap_con_unref(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
202
ng_l2cap_discon_timeout(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
224
ng_l2cap_discon_untimeout(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
245
ng_l2cap_free_con(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
294
ng_l2cap_con_p
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
297
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
310
ng_l2cap_con_p
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
313
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
328
ng_l2cap_new_chan(ng_l2cap_p l2cap, ng_l2cap_con_p con, u_int16_t psm)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
419
ng_l2cap_new_cmd(ng_l2cap_con_p con, ng_l2cap_chan_p ch, u_int8_t ident,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
448
ng_l2cap_cmd_by_ident(ng_l2cap_con_p con, u_int8_t ident)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
471
ng_l2cap_lp_timeout(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
493
ng_l2cap_lp_untimeout(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
622
ng_l2cap_get_ident(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
43
ng_l2cap_con_p ng_l2cap_new_con (ng_l2cap_p, bdaddr_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
44
void ng_l2cap_con_ref (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
45
void ng_l2cap_con_unref (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
46
ng_l2cap_con_p ng_l2cap_con_by_addr (ng_l2cap_p, bdaddr_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
47
ng_l2cap_con_p ng_l2cap_con_by_handle (ng_l2cap_p, u_int16_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
48
void ng_l2cap_free_con (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
54
ng_l2cap_chan_p ng_l2cap_new_chan (ng_l2cap_p, ng_l2cap_con_p, u_int16_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
82
ng_l2cap_cmd_p ng_l2cap_new_cmd (ng_l2cap_con_p, ng_l2cap_chan_p,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
84
ng_l2cap_cmd_p ng_l2cap_cmd_by_ident (ng_l2cap_con_p, u_int8_t);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
85
u_int8_t ng_l2cap_get_ident (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
91
int ng_l2cap_discon_timeout (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
92
int ng_l2cap_discon_untimeout (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
93
int ng_l2cap_lp_timeout (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
94
int ng_l2cap_lp_untimeout (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1301
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1377
ng_l2cap_l2ca_ping_rsp(ng_l2cap_con_p con, u_int32_t token, u_int16_t result,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1430
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1498
ng_l2cap_l2ca_get_info_rsp(ng_l2cap_con_p con, u_int32_t token,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
204
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
66
ng_l2cap_con_p con = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
882
ng_l2cap_l2ca_receive(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
956
ng_l2cap_l2ca_clt_receive(ng_l2cap_con_p con)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
52
int ng_l2cap_l2ca_receive (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
53
int ng_l2cap_l2ca_clt_receive (ng_l2cap_con_p);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
69
int ng_l2cap_l2ca_ping_rsp (ng_l2cap_con_p, u_int32_t, u_int16_t,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
73
int ng_l2cap_l2ca_get_info_rsp (ng_l2cap_con_p, u_int32_t, u_int16_t,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
138
ng_l2cap_con_p con; /* pointer to connection */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
171
ng_l2cap_con_p con; /* L2CAP connection */