OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cap_channel
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/netbt/
l2cap.h
355
LIST_HEAD(l2cap_channel_list,
l2cap_channel
);
372
struct
l2cap_channel
{
struct
397
LIST_ENTRY(
l2cap_channel
)lc_ncid; /* next channel (ascending CID) */
400
/*
l2cap_channel
state */
409
/*
l2cap_channel
flags */
419
struct
l2cap_channel
*lr_chan; /* channel pointer */
430
struct
l2cap_channel
*lp_chan; /* PDU owner */
445
void l2cap_close(struct
l2cap_channel
*, int);
447
int l2cap_start(struct
l2cap_channel
*);
450
int l2cap_setmode(struct
l2cap_channel
*);
[
all
...]
l2cap_upper.c
57
* attach new
l2cap_channel
to handle, populate
61
l2cap_attach_pcb(struct
l2cap_channel
**handle,
64
struct
l2cap_channel
*chan;
70
chan = malloc(sizeof(struct
l2cap_channel
), M_BLUETOOTH,
105
* l2cap_bind_pcb(
l2cap_channel
, sockaddr)
110
l2cap_bind_pcb(struct
l2cap_channel
*chan, struct sockaddr_bt *addr)
121
* l2cap_sockaddr_pcb(
l2cap_channel
, sockaddr)
126
l2cap_sockaddr_pcb(struct
l2cap_channel
*chan, struct sockaddr_bt *addr)
134
* l2cap_connect_pcb(
l2cap_channel
, sockaddr)
147
l2cap_connect_pcb(struct
l2cap_channel
*chan, struct sockaddr_bt *dest
[
all
...]
l2cap_misc.c
84
l2cap_setmode(struct
l2cap_channel
*chan)
111
l2cap_request_alloc(struct
l2cap_channel
*chan, uint8_t code)
194
struct
l2cap_channel
*chan;
218
l2cap_cid_alloc(struct
l2cap_channel
*chan)
220
struct
l2cap_channel
*used, *prev = NULL;
252
struct
l2cap_channel
*
255
struct
l2cap_channel
*chan;
l2cap_socket.c
100
* For L2CAP socket PCB we just use an
l2cap_channel
structure
107
return l2cap_attach_pcb((struct
l2cap_channel
**)&so->so_pcb,
115
l2cap_detach_pcb((struct
l2cap_channel
**)&so->so_pcb);
122
struct
l2cap_channel
*pcb = so->so_pcb;
136
struct
l2cap_channel
*pcb = so->so_pcb;
157
struct
l2cap_channel
*pcb = so->so_pcb;
170
struct
l2cap_channel
*pcb = so->so_pcb;
203
struct
l2cap_channel
*pcb = so->so_pcb;
226
struct
l2cap_channel
*pcb = so->so_pcb;
256
struct
l2cap_channel
*pcb = so->so_pcb
[
all
...]
l2cap_lower.c
64
l2cap_close(struct
l2cap_channel
*chan, int err)
112
struct
l2cap_channel
*chan;
159
l2cap_start(struct
l2cap_channel
*chan)
l2cap_signal.c
175
struct
l2cap_channel
*chan;
245
struct
l2cap_channel
*chan, *new;
356
struct
l2cap_channel
*chan;
425
struct
l2cap_channel
*chan;
641
struct
l2cap_channel
*chan;
870
struct
l2cap_channel
*chan;
907
struct
l2cap_channel
*chan;
1104
l2cap_send_connect_req(struct
l2cap_channel
*chan)
1129
l2cap_send_config_req(struct
l2cap_channel
*chan)
1187
l2cap_send_disconnect_req(struct
l2cap_channel
*chan
[
all
...]
hci_link.c
175
struct
l2cap_channel
*chan;
334
struct
l2cap_channel
*chan, *next;
546
struct
l2cap_channel
*chan)
720
struct
l2cap_channel
*chan;
933
struct
l2cap_channel
*chan, *next;
hci_ioctl.c
59
struct
l2cap_channel
*chan;
rfcomm.h
283
struct
l2cap_channel
*rs_l2cap; /* L2CAP pointer */
hci.h
2424
struct
l2cap_channel
;
2589
int hci_acl_send(struct mbuf *, struct hci_link *, struct
l2cap_channel
*);
/src/sys/dev/bluetooth/
bthidev.c
82
struct
l2cap_channel
*sc_ctl; /* control channel */
83
struct
l2cap_channel
*sc_ctl_l; /* control listen */
86
struct
l2cap_channel
*sc_int; /* interrupt channel */
87
struct
l2cap_channel
*sc_int_l; /* interrupt listen */
btmagic.c
141
struct
l2cap_channel
*sc_ctl;
142
struct
l2cap_channel
*sc_ctl_l;
145
struct
l2cap_channel
*sc_int;
146
struct
l2cap_channel
*sc_int_l;
Completed in 21 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025