Home
last modified time | relevance | path

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

12

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h24 #define SO_PROTOCOL 38 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h26 #define SO_PROTOCOL 38 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h22 #define SO_PROTOCOL 0x1028 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h22 #define SO_PROTOCOL 0x1028 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h22 #define SO_PROTOCOL 0x1028 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h212 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h227 #define SO_PROTOCOL 38 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h223 #define SO_PROTOCOL 38 macro
/third_party/musl/include/sys/
H A Dsocket.h227 #define SO_PROTOCOL 38 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs64 pub const SO_PROTOCOL: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs41 pub const SO_PROTOCOL: ::c_int = 0x1028; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs42 pub const SO_PROTOCOL: ::c_int = 0x1028; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs51 pub const SO_PROTOCOL: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs466 pub const SO_PROTOCOL: ::c_int = 0x1016; consts
467 pub const SO_PROTOTYPE: ::c_int = SO_PROTOCOL;
/third_party/python/Modules/
H A Dsocketmodule.c5296 #ifdef SO_PROTOCOL
5300 if (getsockopt(fd, SOL_SOCKET, SO_PROTOCOL,
7705 #ifdef SO_PROTOCOL
7706 PyModule_AddIntMacro(m, SO_PROTOCOL);
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs714 pub const SO_PROTOCOL: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2307 pub const SO_PROTOCOL: ::c_int = 0x1016; consts
2308 pub const SO_PROTOTYPE: ::c_int = SO_PROTOCOL;
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1445 pub const SO_PROTOCOL: ::c_int = 38; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1095 pub const SO_PROTOCOL: u32 = 38; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3052 pub const SO_PROTOCOL: ::c_int = 38; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1098 pub const SO_PROTOCOL: u32 = 38; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1098 pub const SO_PROTOCOL: u32 = 38; consts

Completed in 89 milliseconds

12