Home
last modified time | relevance | path

Searched defs:SOCK_STREAM (Results 1 - 25 of 75) sorted by relevance

123

/third_party/python/Tools/demo/
H A Drpythond.py12 from socket import socket, AF_INET, SOCK_STREAM namespace
H A Drpython.py9 from socket import socket, AF_INET, SOCK_STREAM, SHUT_WR namespace
/third_party/musl/arch/mips/bits/
H A Dsocket.h1 #define SOCK_STREAM 2 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h1 #define SOCK_STREAM 2 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h1 #define SOCK_STREAM 2 macro
/third_party/python/Lib/test/
H A Dmock_socket.py161 SOCK_STREAM = socket_module.SOCK_STREAM variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs328 pub const SOCK_STREAM: ::c_int = 1; // …/common/bits/socket_type.h consts
/third_party/libwebsockets/include/
H A Dlibwebsockets.h483 #define SOCK_STREAM 1 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs150 pub const SOCK_STREAM: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h145 #define SOCK_STREAM 2 macro
148 #define SOCK_STREAM 1 macro
/third_party/python/Lib/
H A Dssl.py260 from socket import socket, SOCK_STREAM, create_connection namespace
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h84 #define SOCK_STREAM 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h73 #define SOCK_STREAM 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h84 #define SOCK_STREAM 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h84 #define SOCK_STREAM 1 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h88 #define SOCK_STREAM 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h84 #define SOCK_STREAM 1 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h188 #define SOCK_STREAM 1 macro
/third_party/musl/include/sys/
H A Dsocket.h88 #define SOCK_STREAM 1 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs448 pub const SOCK_STREAM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs506 pub const SOCK_STREAM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs486 pub const SOCK_STREAM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs659 pub const SOCK_STREAM: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs302 pub const SOCK_STREAM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs296 pub const SOCK_STREAM: ::c_int = 1; consts

Completed in 29 milliseconds

123