/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 13 sockaddr_un, socklen_t, AF_APPLETALK, AF_ASH, AF_ATMPVC, AF_ATMSVC, AF_AX25, AF_BLUETOOTH,
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 194 #define AF_BLUETOOTH 31 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | types.rs | 117 pub const BLUETOOTH: Self = Self(c::AF_BLUETOOTH as _);
|
/third_party/pulseaudio/src/modules/bluetooth/ |
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/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 187 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 172 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/include/sys/ |
D | socket.h | 187 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 183 #define AF_BLUETOOTH PF_BLUETOOTH macro
|
/third_party/python/Modules/ |
D | socketmodule.c | 481 #define AF_BLUETOOTH AF_BTH macro 1372 case AF_BLUETOOTH: in makesockaddr() 1882 case AF_BLUETOOTH: in getsockaddrarg() 1892 _BT_L2_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1910 _BT_RC_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1929 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1939 _BT_HCI_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 1955 _BT_SCO_MEMB(addr, family) = AF_BLUETOOTH; in getsockaddrarg() 2428 case AF_BLUETOOTH: in getsockaddrlen() 7326 PyModule_AddIntMacro(m, AF_BLUETOOTH);
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | types.rs | 366 pub const BLUETOOTH: Self = Self(c::AF_BLUETOOTH as _);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 21 AF_BLUETOOTH
|
D | fuchsia.txt | 26 AF_BLUETOOTH
|
D | dragonfly.txt | 23 AF_BLUETOOTH
|
D | netbsd.txt | 23 AF_BLUETOOTH
|
D | freebsd.txt | 23 AF_BLUETOOTH
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1391 pub const AF_BLUETOOTH: ::c_int = 33; constant 1395 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 727 pub const AF_BLUETOOTH: ::c_int = 31; constant 767 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1080 pub const AF_BLUETOOTH: ::c_int = 32; constant 1106 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 990 pub const AF_BLUETOOTH: ::c_int = 10; constant 999 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|
/third_party/python/Lib/test/ |
D | test_socket.py | 136 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM) 2389 socket.AF_BLUETOOTH 2401 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM) as s: 2406 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_SEQPACKET, socket.BTPROTO_L2CAP) as s: 2411 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, socket.BTPROTO_HCI) as s: 2417 with socket.socket(socket.AF_BLUETOOTH, socket.SOCK_SEQPACKET, socket.BTPROTO_SCO) as s:
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1588 pub const AF_BLUETOOTH: ::c_int = 31; constant 1603 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1058 pub const AF_BLUETOOTH: ::c_int = 31; constant 1073 pub const PF_BLUETOOTH: ::c_int = AF_BLUETOOTH;
|