Home
last modified time | relevance | path

Searched refs:lc_mode (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/netbt/
Dl2cap_misc.c91 (chan->lc_mode & L2CAP_LM_AUTH ? "yes" : "no"), in l2cap_setmode()
92 (chan->lc_mode & L2CAP_LM_ENCRYPT ? "yes" : "no"), in l2cap_setmode()
93 (chan->lc_mode & L2CAP_LM_SECURE ? "yes" : "no")); in l2cap_setmode()
95 if (chan->lc_mode & L2CAP_LM_AUTH) in l2cap_setmode()
98 if (chan->lc_mode & L2CAP_LM_ENCRYPT) in l2cap_setmode()
101 if (chan->lc_mode & L2CAP_LM_SECURE) in l2cap_setmode()
Dhci_link.c367 if ((mode & chan->lc_mode) != chan->lc_mode) { in hci_acl_linkmode()
381 if ((mode & chan->lc_mode) != chan->lc_mode) { in hci_acl_linkmode()
Dl2cap_upper.c478 chan->lc_mode = mode; in l2cap_setopt()
521 return sockopt_setint(sopt, chan->lc_mode); in l2cap_getopt()
Dl2cap.h384 int lc_mode; /* link mode */ member
Dl2cap_signal.c304 new->lc_mode = chan->lc_mode; in l2cap_recv_connect_req()