Home
last modified time | relevance | path

Searched defs:PF_UNIX (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h101 #define PF_UNIX PF_LOCAL macro
/third_party/musl/include/sys/
Dsocket.h101 #define PF_UNIX PF_LOCAL macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h101 #define PF_UNIX PF_LOCAL macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h105 #define PF_UNIX PF_LOCAL macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h90 #define PF_UNIX PF_LOCAL macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h101 #define PF_UNIX PF_LOCAL macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h105 #define PF_UNIX PF_LOCAL macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h101 #define PF_UNIX PF_LOCAL macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs676 pub const PF_UNIX: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs459 pub const PF_UNIX: ::c_int = PF_LOCAL; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs998 pub const PF_UNIX: ::c_int = AF_UNIX; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs737 pub const PF_UNIX: ::c_int = AF_UNIX; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs893 pub const PF_UNIX: ::c_int = PF_LOCAL; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1733 pub const PF_UNIX: ::c_int = AF_UNIX; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1062 pub const PF_UNIX: ::c_int = PF_LOCAL; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1712 pub const PF_UNIX: ::c_int = AF_UNIX; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3578 pub const PF_UNIX: ::c_int = PF_LOCAL; constant