Home
last modified time | relevance | path

Searched refs:AF_BLUETOOTH (Results 1 – 25 of 61) sorted by relevance

123

/external/syzkaller/sys/linux/
Dsocket_bluetooth.txt4 # 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 …]
Dinit.go38 AF_BLUETOOTH: target.ConstMap["AF_BLUETOOTH"],
98 AF_BLUETOOTH uint64 member
138 case arch.AF_NFC, arch.AF_LLC, arch.AF_BLUETOOTH:
Dsocket_bluetooth_ppc64le.const2 AF_BLUETOOTH = 31
Dsocket_bluetooth_arm64.const2 AF_BLUETOOTH = 31
Dsocket_bluetooth_386.const2 AF_BLUETOOTH = 31
Dsocket_bluetooth_arm.const2 AF_BLUETOOTH = 31
Dsocket_bluetooth_amd64.const2 AF_BLUETOOTH = 31
/external/strace/xlat/
Daddrfams.h223 #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),
Daddrfams.in33 AF_BLUETOOTH 31
/external/libpcap/
Dpcap-bt-linux.c80 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()
Dpcap-bt-monitor-linux.c208 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/
Dnet-sockaddr.c562 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/
Dnet-sockaddr.c562 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/
Dnet-sockaddr.c562 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/
Dsocket_amd64.const3 AF_BLUETOOTH = 31
Dsocket.txt36 socket_domain = AF_LOCAL, AF_INET, AF_INET6, AF_NS, AF_BLUETOOTH, AF_APPLETALK
/external/autotest/client/profilers/powertop/src/
Dbluetooth.c111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in suggest_bluetooth_off()
/external/adhd/seccomp/
Dcras-seccomp-amd64.policy36 socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
Dcras-seccomp-arm.policy44 socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
Dcras-seccomp-arm64.policy32 socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
/external/adhd/cras/src/server/
Dcras_bt_adapter.c46 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in cras_bt_adapter_query_bus_type()
/external/scapy/scapy/layers/
Dbluetooth.py818 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/
Dsocketmodule.c1129 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/
Dbluetooth_sdp_socket.py85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
/external/python/cpython2/Lib/plat-linux2/
DIN.py417 AF_BLUETOOTH = PF_BLUETOOTH variable

123