Home
last modified time | relevance | path

Searched refs:PF_LOCAL (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h100 #define PF_LOCAL 1 macro
101 #define PF_UNIX PF_LOCAL
102 #define PF_FILE PF_LOCAL
150 #define AF_LOCAL PF_LOCAL
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h89 #define PF_LOCAL 1 macro
90 #define PF_UNIX PF_LOCAL
91 #define PF_FILE PF_LOCAL
139 #define AF_LOCAL PF_LOCAL
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h100 #define PF_LOCAL 1 macro
101 #define PF_UNIX PF_LOCAL
102 #define PF_FILE PF_LOCAL
150 #define AF_LOCAL PF_LOCAL
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h100 #define PF_LOCAL 1 macro
101 #define PF_UNIX PF_LOCAL
102 #define PF_FILE PF_LOCAL
150 #define AF_LOCAL PF_LOCAL
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h104 #define PF_LOCAL 1 macro
105 #define PF_UNIX PF_LOCAL
106 #define PF_FILE PF_LOCAL
154 #define AF_LOCAL PF_LOCAL
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h100 #define PF_LOCAL 1 macro
101 #define PF_UNIX PF_LOCAL
102 #define PF_FILE PF_LOCAL
150 #define AF_LOCAL PF_LOCAL
/third_party/musl/include/sys/
H A Dsocket.h104 #define PF_LOCAL 1 macro
105 #define PF_UNIX PF_LOCAL
106 #define PF_FILE PF_LOCAL
154 #define AF_LOCAL PF_LOCAL
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs458 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts
459 pub const PF_UNIX: ::c_int = PF_LOCAL;
/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c420 sock = socket(PF_LOCAL, SOCK_STREAM, 0); in make_local_socket()
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c642 sock = socket(PF_LOCAL, SOCK_STREAM, 0); in make_local_socket()
H A Dpcm_direct.c212 sock = socket(PF_LOCAL, SOCK_STREAM, 0); in make_local_socket()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs892 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts
893 pub const PF_UNIX: ::c_int = PF_LOCAL;
/third_party/alsa-lib/aserver/
H A Daserver.c64 sock = socket(PF_LOCAL, SOCK_STREAM, 0); in make_local_socket()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1062 pub const PF_UNIX: ::c_int = PF_LOCAL;
1063 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs738 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs997 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1734 pub const PF_LOCAL: ::c_int = PF_UNIX; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3577 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts
3578 pub const PF_UNIX: ::c_int = PF_LOCAL;
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1713 pub const PF_LOCAL: ::c_int = AF_LOCAL; consts

Completed in 70 milliseconds