Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. $ grep -rn "_L2CAP" *
  2. arch/powerpc/configs/pmac32_defconfig:115:CONFIG_BT_L2CAP=y
  3. arch/powerpc/configs/ppc6xx_defconfig:353:CONFIG_BT_L2CAP=y
  4. arch/powerpc/configs/wii_defconfig:42:CONFIG_BT_L2CAP=y
  5. arch/powerpc/configs/c2k_defconfig:135:CONFIG_BT_L2CAP=y
  6. arch/powerpc/configs/ps3_defconfig:56:CONFIG_BT_L2CAP=y
  7. arch/avr32/configs/atngw100_mrmt_defconfig:40:CONFIG_BT_L2CAP=m
  8. arch/arm/configs/am200epdkit_defconfig:37:CONFIG_BT_L2CAP=m
  9. arch/arm/configs/magician_defconfig:51:CONFIG_BT_L2CAP=m
  10. arch/arm/configs/badge4_defconfig:27:CONFIG_BT_L2CAP=m
  11. arch/arm/configs/simpad_defconfig:36:CONFIG_BT_L2CAP=m
  12. arch/arm/configs/trizeps4_defconfig:52:CONFIG_BT_L2CAP=m
  13. arch/arm/configs/viper_defconfig:40:CONFIG_BT_L2CAP=m
  14. arch/arm/configs/omap1_defconfig:85:CONFIG_BT_L2CAP=y
  15. arch/arm/configs/mini2440_defconfig:61:CONFIG_BT_L2CAP=m
  16. arch/arm/configs/spitz_defconfig:69:CONFIG_BT_L2CAP=m
  17. arch/arm/configs/colibri_pxa270_defconfig:48:CONFIG_BT_L2CAP=m
  18. arch/arm/configs/zeus_defconfig:35:CONFIG_BT_L2CAP=m
  19. arch/arm/configs/ezx_defconfig:155:CONFIG_BT_L2CAP=y
  20. arch/arm/configs/cm_x300_defconfig:42:CONFIG_BT_L2CAP=y
  21. arch/arm/configs/nhk8815_defconfig:41:CONFIG_BT_L2CAP=m
  22. arch/arm/configs/em_x270_defconfig:41:CONFIG_BT_L2CAP=m
  23. arch/arm/configs/cm_x2xx_defconfig:46:CONFIG_BT_L2CAP=m
  24. arch/arm/configs/corgi_defconfig:72:CONFIG_BT_L2CAP=m
  25. arch/mips/configs/db1000_defconfig:106:CONFIG_BT_L2CAP=y
  26. arch/mips/configs/lemote2f_defconfig:89:CONFIG_BT_L2CAP=y
  27. arch/mips/configs/mtx1_defconfig:228:CONFIG_BT_L2CAP=y
  28. drivers/net/wireless/bcm4330/include/proto/802.11_bta.h:33:#define BTA_PROT_L2CAP 1
  29. drivers/net/wireless/bcm4330/dhd_linux.c:1499: lsh->type == HTON16(BTA_PROT_L2CAP)) {
  30. drivers/net/wireless/bcm4330/dhd_linux.c:1636: ntoh16(lsh->type) == BTA_PROT_L2CAP) {
  31. drivers/net/wireless/bcm4330/dhd_bta.c:114: ntoh16(lsh->type) == BTA_PROT_L2CAP) {
  32. drivers/net/wireless/bcm4330/dhd_bta.c:261: lsh->type = HTON16(BTA_PROT_L2CAP);
  33. drivers/net/wireless/bcmdhd/include/proto/802.11_bta.h:15:#define BTA_PROT_L2CAP 1
  34. drivers/net/wireless/bcmdhd/dhd_linux.c:1810: lsh->type == HTON16(BTA_PROT_L2CAP)) {
  35. drivers/net/wireless/bcmdhd/dhd_linux.c:2024: ntoh16(lsh->type) == BTA_PROT_L2CAP) {
  36. drivers/net/wireless/bcmdhd/dhd_bta.c:99: ntoh16(lsh->type) == BTA_PROT_L2CAP) {
  37. drivers/net/wireless/bcmdhd/dhd_bta.c:246: lsh->type = HTON16(BTA_PROT_L2CAP);
  38. include/net/bluetooth/bluetooth.h:45:#define BTPROTO_L2CAP 0
  39. include/net/bluetooth/bluetooth.h:55:#define SOL_L2CAP 6
  40. include/net/bluetooth/l2cap.h:27:#ifndef __L2CAP_H
  41. include/net/bluetooth/l2cap.h:28:#define __L2CAP_H
  42. include/net/bluetooth/l2cap.h:137:#define L2CAP_FC_L2CAP 0x02
  43. include/net/bluetooth/l2cap.h:897:#endif /* __L2CAP_H */
  44. include/net/bluetooth/rfcomm.h:37:#define RFCOMM_MAX_L2CAP_MTU 1013
  45. net/bluetooth/rfcomm/core.c:43:static unsigned int l2cap_mtu = RFCOMM_MAX_L2CAP_MTU;
  46. net/bluetooth/rfcomm/core.c:201: err = sock_create_kern(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock);
  47. net/bluetooth/l2cap_core.c:50:static u8 l2cap_fixed_chan[8] = { L2CAP_FC_L2CAP | L2CAP_FC_CONNLESS, };
  48. net/bluetooth/l2cap_sock.c:500: if (level == SOL_L2CAP)
  49. net/bluetooth/l2cap_sock.c:750: if (level == SOL_L2CAP)
  50. net/bluetooth/l2cap_sock.c:1187: sk = l2cap_sock_alloc(sock_net(parent), NULL, BTPROTO_L2CAP,
  51. net/bluetooth/l2cap_sock.c:1194: bt_sock_reclassify_lock(sk, BTPROTO_L2CAP);
  52. net/bluetooth/l2cap_sock.c:1595: err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops);
  53. net/bluetooth/l2cap_sock.c:1605: bt_sock_unregister(BTPROTO_L2CAP);
  54. net/bluetooth/l2cap_sock.c:1621: bt_sock_unregister(BTPROTO_L2CAP);
  55. net/bluetooth/af_bluetooth.c:43: "sk_lock-AF_BLUETOOTH-BTPROTO_L2CAP",
  56. net/bluetooth/af_bluetooth.c:55: "slock-AF_BLUETOOTH-BTPROTO_L2CAP",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement