Home
last modified time | relevance | path

Searched refs:AF_LLC (Results 1 – 25 of 33) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs15 AF_IUCV, AF_KEY, AF_LLC, AF_NETBEUI, AF_NETLINK, AF_NETROM, AF_PACKET, AF_PHONET, AF_PPPOX,
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h191 #define AF_LLC 26 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs111 pub const LLC: Self = Self(c::AF_LLC as _);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h178 #define AF_LLC PF_LLC macro
/third_party/musl/include/sys/
Dsocket.h178 #define AF_LLC PF_LLC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h178 #define AF_LLC PF_LLC macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h182 #define AF_LLC PF_LLC macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h167 #define AF_LLC PF_LLC macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h178 #define AF_LLC PF_LLC macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h182 #define AF_LLC PF_LLC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h178 #define AF_LLC PF_LLC macro
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs335 pub const LLC: Self = Self(c::AF_LLC as _);
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt39 AF_LLC
Dlinux.txt44 AF_LLC
Dandroid.txt29 AF_LLC
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs724 pub const AF_LLC: ::c_int = 26; constant
764 pub const PF_LLC: ::c_int = AF_LLC;
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1699 pub const AF_LLC: ::c_int = 26; constant
1739 pub const PF_LLC: ::c_int = AF_LLC;
/third_party/python/Modules/
Dsocketmodule.c7320 #ifdef AF_LLC
7322 PyModule_AddIntMacro(m, AF_LLC);
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs182 Llc = libc::AF_LLC,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2318 pub const AF_LLC: u32 = 26; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs2319 pub const AF_LLC: u32 = 26; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs2635 pub const AF_LLC: u32 = 26; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2428 pub const AF_LLC: u32 = 26; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs2450 pub const AF_LLC: u32 = 26; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs2665 pub const AF_LLC: u32 = 26; constant

12