Home
last modified time | relevance | path

Searched refs:AF_ASH (Results 1 - 25 of 28) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h183 #define AF_ASH 18 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs94 /// `AF_ASH`
95 pub const ASH: Self = Self(c::AF_ASH as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h170 #define AF_ASH PF_ASH macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h159 #define AF_ASH PF_ASH macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h170 #define AF_ASH PF_ASH macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h170 #define AF_ASH PF_ASH macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h174 #define AF_ASH PF_ASH macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h170 #define AF_ASH PF_ASH macro
/third_party/musl/include/sys/
H A Dsocket.h174 #define AF_ASH PF_ASH macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs222 /// `AF_ASH`
235 pub const ASH: Self = Self(c::AF_ASH as _);
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs716 pub const AF_ASH: ::c_int = 18; consts
756 pub const PF_ASH: ::c_int = AF_ASH;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs150 Ash = libc::AF_ASH,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1691 pub const AF_ASH: ::c_int = 18; consts
1731 pub const PF_ASH: ::c_int = AF_ASH;
/third_party/python/Modules/
H A Dsocketmodule.c7424 #ifdef AF_ASH
7426 PyModule_AddIntMacro(m, AF_ASH);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2311 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2310 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2290 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2420 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2491 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2442 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2553 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2394 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2657 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2355 pub const AF_ASH: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2627 pub const AF_ASH: u32 = 18; consts

Completed in 169 milliseconds

12