/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 194 #define AF_BLUETOOTH 31 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 116 /// `AF_BLUETOOTH` 117 pub const BLUETOOTH: Self = Self(c::AF_BLUETOOTH as _);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 172 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 187 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 187 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-native.c | 275 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 D | socketmodule.c | 497 #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 D | types.rs | 364 /// `AF_BLUETOOTH` 366 pub const BLUETOOTH: Self = Self(c::AF_BLUETOOTH as _);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1080 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 D | mod.rs | 727 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 D | mod.rs | 1391 pub const AF_BLUETOOTH: ::c_int = 33; consts 1395 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 134 """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 D | mod.rs | 990 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 D | addr.rs | 207 Bluetooth = libc::AF_BLUETOOTH,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1588 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 D | mod.rs | 1058 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 D | mod.rs | 1702 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 D | mod.rs | 2434 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 D | general.rs | 2322 pub const AF_BLUETOOTH: u32 = 31; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2321 pub const AF_BLUETOOTH: u32 = 31; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2301 pub const AF_BLUETOOTH: u32 = 31; consts
|