Home
last modified time | relevance | path

Searched refs:AF_IEEE802154 (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h199 #define AF_IEEE802154 36 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs126 /// `AF_IEEE802154`
127 pub const IEEE802154: Self = Self(c::AF_IEEE802154 as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h188 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h177 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h188 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h188 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h192 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h188 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/musl/include/sys/
H A Dsocket.h192 #define AF_IEEE802154 PF_IEEE802154 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs412 /// `AF_IEEE802154`
425 pub const IEEE802154: Self = Self(c::AF_IEEE802154 as _);
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs732 pub const AF_IEEE802154: ::c_int = 36; consts
772 pub const PF_IEEE802154: ::c_int = AF_IEEE802154;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs232 Ieee802154 = libc::AF_IEEE802154,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1707 pub const AF_IEEE802154: ::c_int = 36; consts
1747 pub const PF_IEEE802154: ::c_int = AF_IEEE802154;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2327 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2326 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2306 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2436 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2507 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2458 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2569 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2410 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2673 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2371 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2643 pub const AF_IEEE802154: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2356 pub const AF_IEEE802154: u32 = 36; consts

Completed in 176 milliseconds

12