/external/syzkaller/sys/linux/ |
D | socket_bluetooth.txt | 4 # AF_BLUETOOTH support. 22 syz_init_net_socket$bt_hci(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_HCI])… 33 syz_init_net_socket$bt_sco(fam const[AF_BLUETOOTH], type const[SOCK_SEQPACKET], proto const[BTPROTO… 41 syz_init_net_socket$bt_l2cap(fam const[AF_BLUETOOTH], type flags[bt_l2cap_type], proto const[BTPROT… 54 socket$bt_rfcomm(fam const[AF_BLUETOOTH], type flags[bt_rfcomm_type], proto const[BTPROTO_RFCOMM]) … 63 socket$bt_hidp(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_HIDP]) sock_bt_hi… 71 socket$bt_cmtp(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_CMTP]) sock_bt_cm… 79 socket$bt_bnep(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_BNEP]) sock_bt_bn… 105 fam const[AF_BLUETOOTH, int16] 128 fam const[AF_BLUETOOTH, int16] [all …]
|
D | init.go | 38 AF_BLUETOOTH: target.ConstMap["AF_BLUETOOTH"], 98 AF_BLUETOOTH uint64 member 138 case arch.AF_NFC, arch.AF_LLC, arch.AF_BLUETOOTH:
|
D | socket_bluetooth_ppc64le.const | 2 AF_BLUETOOTH = 31
|
D | socket_bluetooth_arm64.const | 2 AF_BLUETOOTH = 31
|
D | socket_bluetooth_386.const | 2 AF_BLUETOOTH = 31
|
D | socket_bluetooth_arm.const | 2 AF_BLUETOOTH = 31
|
D | socket_bluetooth_amd64.const | 2 AF_BLUETOOTH = 31
|
/external/strace/xlat/ |
D | addrfams.h | 223 #if defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH) 225 static_assert((AF_BLUETOOTH) == (31), "AF_BLUETOOTH != 31"); 228 # define AF_BLUETOOTH 31 358 [AF_BLUETOOTH] = XLAT(AF_BLUETOOTH),
|
D | addrfams.in | 33 AF_BLUETOOTH 31
|
/external/libpcap/ |
D | pcap-bt-linux.c | 80 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_findalldevs() 228 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_activate() 269 addr.hci_family = AF_BLUETOOTH; in bt_activate()
|
D | pcap-bt-monitor-linux.c | 208 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_monitor_activate() 223 addr.hci_family = AF_BLUETOOTH; in bt_monitor_activate()
|
/external/strace/tests/ |
D | net-sockaddr.c | 562 hci->hci_family = AF_BLUETOOTH; in check_hci() 576 .sco_family = AF_BLUETOOTH, in check_sco() 595 .rc_family = AF_BLUETOOTH, in check_rc() 617 .l2_family = AF_BLUETOOTH, in check_l2() 720 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
|
/external/strace/tests-mx32/ |
D | net-sockaddr.c | 562 hci->hci_family = AF_BLUETOOTH; in check_hci() 576 .sco_family = AF_BLUETOOTH, in check_sco() 595 .rc_family = AF_BLUETOOTH, in check_rc() 617 .l2_family = AF_BLUETOOTH, in check_l2() 720 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
|
/external/strace/tests-m32/ |
D | net-sockaddr.c | 562 hci->hci_family = AF_BLUETOOTH; in check_hci() 576 .sco_family = AF_BLUETOOTH, in check_sco() 595 .rc_family = AF_BLUETOOTH, in check_rc() 617 .l2_family = AF_BLUETOOTH, in check_l2() 720 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
|
/external/syzkaller/sys/netbsd/ |
D | socket_amd64.const | 3 AF_BLUETOOTH = 31
|
D | socket.txt | 36 socket_domain = AF_LOCAL, AF_INET, AF_INET6, AF_NS, AF_BLUETOOTH, AF_APPLETALK
|
/external/autotest/client/profilers/powertop/src/ |
D | bluetooth.c | 111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in suggest_bluetooth_off()
|
/external/adhd/seccomp/ |
D | cras-seccomp-amd64.policy | 36 socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
|
D | cras-seccomp-arm.policy | 44 socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
|
D | cras-seccomp-arm64.policy | 32 socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
|
/external/adhd/cras/src/server/ |
D | cras_bt_adapter.c | 46 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in cras_bt_adapter_query_bus_type()
|
/external/scapy/scapy/layers/ |
D | bluetooth.py | 818 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, 829 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, 840 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, socket.BTPROTO_HCI)
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 1129 case AF_BLUETOOTH: in makesockaddr() 1415 case AF_BLUETOOTH: in getsockaddrarg() 1425 _BT_L2_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1444 _BT_RC_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1462 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1472 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1489 _BT_SCO_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1666 case AF_BLUETOOTH: in getsockaddrlen() 4802 PyModule_AddIntConstant(m, "AF_BLUETOOTH", AF_BLUETOOTH);
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_sdp_socket.py | 85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 417 AF_BLUETOOTH = PF_BLUETOOTH variable
|