L2CAP_LM_ENCRYPT  333 netbt/hci_link.c 		mode |= L2CAP_LM_ENCRYPT;
L2CAP_LM_ENCRYPT   92 netbt/l2cap_misc.c 		(chan->lc_mode & L2CAP_LM_ENCRYPT ? "yes" : "no"),
L2CAP_LM_ENCRYPT   98 netbt/l2cap_misc.c 	if (chan->lc_mode & L2CAP_LM_ENCRYPT)
L2CAP_LM_ENCRYPT  381 netbt/l2cap_socket.c 		(new & L2CAP_LM_ENCRYPT ? "on" : "off"),
L2CAP_LM_ENCRYPT  386 netbt/l2cap_socket.c 	    || ((mode & L2CAP_LM_ENCRYPT) && !(new & L2CAP_LM_ENCRYPT))
L2CAP_LM_ENCRYPT  441 netbt/l2cap_upper.c 		mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH);
L2CAP_LM_ENCRYPT  444 netbt/l2cap_upper.c 			mode |= L2CAP_LM_ENCRYPT;
L2CAP_LM_ENCRYPT  446 netbt/l2cap_upper.c 		if (mode & L2CAP_LM_ENCRYPT)
L2CAP_LM_ENCRYPT  234 netbt/rfcomm_dlc.c 		mode |= L2CAP_LM_ENCRYPT;
L2CAP_LM_ENCRYPT  508 netbt/rfcomm_session.c 		(new & L2CAP_LM_ENCRYPT ? "on" : "off"),
L2CAP_LM_ENCRYPT  514 netbt/rfcomm_session.c 	if (new & L2CAP_LM_ENCRYPT)