Home
last modified time | relevance | path

Searched refs:AF_SNA (Results 1 - 25 of 33) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h187 #define AF_SNA 22 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs102 /// `AF_SNA`
103 pub const SNA: Self = Self(c::AF_SNA as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h174 #define AF_SNA PF_SNA macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h163 #define AF_SNA PF_SNA macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h174 #define AF_SNA PF_SNA macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h174 #define AF_SNA PF_SNA macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h178 #define AF_SNA PF_SNA macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h174 #define AF_SNA PF_SNA macro
/third_party/musl/include/sys/
H A Dsocket.h178 #define AF_SNA PF_SNA macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs439 pub const AF_SNA: ::c_int = 11; consts
469 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs278 /// `AF_SNA`
280 pub const SNA: Self = Self(c::AF_SNA as _);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs867 pub const AF_SNA: ::c_int = 11; consts
904 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs720 pub const AF_SNA: ::c_int = 22; consts
760 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs165 Sna = libc::AF_SNA,
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1057 pub const AF_SNA: ::c_int = 11; consts
1071 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1709 pub const AF_SNA: ::c_int = 11; consts
1745 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1695 pub const AF_SNA: ::c_int = 22; consts
1735 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/python/Modules/
H A Dsocketmodule.c7436 #ifdef AF_SNA
7438 PyModule_AddIntMacro(m, AF_SNA);
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3546 pub const AF_SNA: ::c_int = 11; consts
3589 pub const PF_SNA: ::c_int = AF_SNA;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2315 pub const AF_SNA: u32 = 22; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2314 pub const AF_SNA: u32 = 22; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2294 pub const AF_SNA: u32 = 22; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2424 pub const AF_SNA: u32 = 22; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2495 pub const AF_SNA: u32 = 22; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2446 pub const AF_SNA: u32 = 22; consts

Completed in 179 milliseconds

12