Home
last modified time | relevance | path

Searched refs:AF_BLUETOOTH (Results 1 - 25 of 36) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h194 #define AF_BLUETOOTH 31 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs116 /// `AF_BLUETOOTH`
117 pub const BLUETOOTH: Self = Self(c::AF_BLUETOOTH as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h183 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h172 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h183 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h183 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h187 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h183 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/musl/include/sys/
H A Dsocket.h187 #define AF_BLUETOOTH PF_BLUETOOTH macro
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c275 addr.sco_family = AF_BLUETOOTH; in sco_do_connect()
287 addr.sco_family = AF_BLUETOOTH; in sco_do_connect()
483 addr.sco_family = AF_BLUETOOTH; in sco_listen()
/third_party/python/Modules/
H A Dsocketmodule.c497 #define AF_BLUETOOTH AF_BTH macro
1401 case AF_BLUETOOTH: in makesockaddr()
1919 case AF_BLUETOOTH: in getsockaddrarg()
1929 _BT_L2_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1947 _BT_RC_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1966 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1976 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
1992 _BT_SCO_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg()
2466 case AF_BLUETOOTH: in getsockaddrlen()
7458 PyModule_AddIntMacro(m, AF_BLUETOOTH);
[all...]
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs364 /// `AF_BLUETOOTH`
366 pub const BLUETOOTH: Self = Self(c::AF_BLUETOOTH as _);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1080 pub const AF_BLUETOOTH: ::c_int = 32; consts
1106 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs727 pub const AF_BLUETOOTH: ::c_int = 31; consts
767 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1391 pub const AF_BLUETOOTH: ::c_int = 33; consts
1395 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/python/Lib/test/
H A Dtest_socket.py134 """Check whether AF_BLUETOOTH sockets are supported on this host."""
138 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM)
2458 socket.AF_BLUETOOTH
2470 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM) as s:
2475 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_SEQPACKET, socket.BTPROTO_L2CAP) as s:
2480 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, socket.BTPROTO_HCI) as s:
2486 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_SEQPACKET, socket.BTPROTO_SCO) as s:
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs990 pub const AF_BLUETOOTH: ::c_int = 10; consts
999 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs207 Bluetooth = libc::AF_BLUETOOTH,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1588 pub const AF_BLUETOOTH: ::c_int = 31; consts
1603 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1058 pub const AF_BLUETOOTH: ::c_int = 31; consts
1073 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1702 pub const AF_BLUETOOTH: ::c_int = 31; consts
1742 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2434 pub const AF_BLUETOOTH: ::c_int = 36; consts
2939 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2322 pub const AF_BLUETOOTH: u32 = 31; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2321 pub const AF_BLUETOOTH: u32 = 31; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2301 pub const AF_BLUETOOTH: u32 = 31; consts

Completed in 118 milliseconds

12