OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lc_mode
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netbt/
l2cap_misc.c
91
(chan->
lc_mode
& L2CAP_LM_AUTH ? "yes" : "no"),
92
(chan->
lc_mode
& L2CAP_LM_ENCRYPT ? "yes" : "no"),
93
(chan->
lc_mode
& L2CAP_LM_SECURE ? "yes" : "no"));
95
if (chan->
lc_mode
& L2CAP_LM_AUTH)
98
if (chan->
lc_mode
& L2CAP_LM_ENCRYPT)
101
if (chan->
lc_mode
& L2CAP_LM_SECURE)
l2cap_upper.c
478
chan->
lc_mode
= mode;
521
return sockopt_setint(sopt, chan->
lc_mode
);
l2cap.h
384
int
lc_mode
; /* link mode */
member in struct:l2cap_channel
hci_link.c
367
if ((mode & chan->
lc_mode
) != chan->
lc_mode
) {
381
if ((mode & chan->
lc_mode
) != chan->
lc_mode
) {
l2cap_signal.c
304
new->
lc_mode
= chan->
lc_mode
;
Completed in 43 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025