Home
last modified time | relevance | path

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

12

/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-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/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/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/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/adhd/cras/src/server/
Dcras_bt_adapter.c61 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in cras_bt_adapter_query_bus_type()
/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,
Dbluetooth_socket.py255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
/external/python/cpython2/Lib/plat-linux2/
DIN.py417 AF_BLUETOOTH = PF_BLUETOOTH variable
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs920 pub const AF_BLUETOOTH: ::c_int = 33; constant
924 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/external/python/cpython3/Modules/
Dsocketmodule.c1389 case AF_BLUETOOTH: in makesockaddr()
1890 case AF_BLUETOOTH: in getsockaddrarg()
1900 _BT_L2_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1919 _BT_RC_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1937 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1947 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1964 _BT_SCO_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
2394 case AF_BLUETOOTH: in getsockaddrlen()
7286 PyModule_AddIntMacro(m, AF_BLUETOOTH);
/external/strace/
Dsockaddr.c613 [AF_BLUETOOTH] = { print_sockaddr_data_bt, SIZEOF_SA_FAMILY + 1 },
Dnet.c174 case AF_BLUETOOTH: in SYS_FUNC()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs647 pub const AF_BLUETOOTH: ::c_int = 36; constant
953 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/external/libnl/lib/
Daddr.c1041 __ADD(AF_BLUETOOTH,bluetooth)
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs866 pub const AF_BLUETOOTH: ::c_int = 32; constant
888 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs734 pub const AF_BLUETOOTH: ::c_int = 31; constant
774 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;

12