Home
last modified time | relevance | path

Searched refs:L2CAP_LM_SECURE (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netbt/
HDl2cap_upper.c437 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH); in l2cap_setopt()
439 if (mode & L2CAP_LM_SECURE) in l2cap_setopt()
494 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH); in l2cap_setopt2()
496 if (mode & L2CAP_LM_SECURE) in l2cap_setopt2()
HDl2cap_misc.c88 (chan->lc_mode & L2CAP_LM_SECURE ? "yes" : "no")); in l2cap_setmode()
96 if (chan->lc_mode & L2CAP_LM_SECURE) in l2cap_setmode()
HDl2cap_socket.c217 (new & L2CAP_LM_SECURE ? "on" : "off")); in l2cap_linkmode()
222 || ((mode & L2CAP_LM_SECURE) && !(new & L2CAP_LM_SECURE))) in l2cap_linkmode()
HDl2cap.h354 #define L2CAP_LM_SECURE (1<<2) /* want secured link */ macro
HDrfcomm_dlc.c236 mode |= L2CAP_LM_SECURE; in rfcomm_dlc_setmode()
HDrfcomm_session.c513 (new & L2CAP_LM_SECURE ? "on" : "off")); in rfcomm_session_linkmode()
521 if (new & L2CAP_LM_SECURE) in rfcomm_session_linkmode()
HDhci_link.c342 mode |= L2CAP_LM_SECURE; in hci_acl_linkmode()