Home
last modified time | relevance | path

Searched defs:AF_INET (Results 1 – 25 of 39) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs17 pub(crate) const AF_INET: i32 = WinSock::AF_INET as _; constant
/third_party/python/Lib/test/
Dmock_socket.py159 AF_INET = socket_module.AF_INET variable
/third_party/libwebsockets/include/
Dlibwebsockets.h476 #define AF_INET 2 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h167 #define AF_INET 2 macro
/third_party/musl/include/sys/
Dsocket.h153 #define AF_INET PF_INET macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h157 #define AF_INET PF_INET macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h142 #define AF_INET PF_INET macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h153 #define AF_INET PF_INET macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h153 #define AF_INET PF_INET macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h153 #define AF_INET PF_INET macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h153 #define AF_INET PF_INET macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h157 #define AF_INET PF_INET macro
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs442 pub const AF_INET: ::c_int = 2; constant
/third_party/lwip/src/include/lwip/
Dsockets.h238 #define AF_INET 2 macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs477 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs670 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs430 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs829 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs699 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs980 pub const AF_INET: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs857 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1700 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1052 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1674 pub const AF_INET: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3536 pub const AF_INET: ::c_int = 2; constant

12