Home
last modified time | relevance | path

Searched refs:AF_LOCAL (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h150 #define AF_LOCAL PF_LOCAL macro
151 #define AF_UNIX AF_LOCAL
152 #define AF_FILE AF_LOCAL
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h139 #define AF_LOCAL PF_LOCAL macro
140 #define AF_UNIX AF_LOCAL
141 #define AF_FILE AF_LOCAL
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h150 #define AF_LOCAL PF_LOCAL macro
151 #define AF_UNIX AF_LOCAL
152 #define AF_FILE AF_LOCAL
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h150 #define AF_LOCAL PF_LOCAL macro
151 #define AF_UNIX AF_LOCAL
152 #define AF_FILE AF_LOCAL
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h154 #define AF_LOCAL PF_LOCAL macro
155 #define AF_UNIX AF_LOCAL
156 #define AF_FILE AF_LOCAL
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h150 #define AF_LOCAL PF_LOCAL macro
151 #define AF_UNIX AF_LOCAL
152 #define AF_FILE AF_LOCAL
/third_party/musl/include/sys/
H A Dsocket.h154 #define AF_LOCAL PF_LOCAL macro
155 #define AF_UNIX AF_LOCAL
156 #define AF_FILE AF_LOCAL
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp61 ret = socketpair(AF_LOCAL, SOCK_STREAM, 0, socks); in Bm_function_socketpair_sendmsg_recvmsg()
112 ret = socketpair(AF_LOCAL, SOCK_STREAM, 0, socks); in Bm_function_socketpair_sendmmsg_recvmmsg()
163 ret = socketpair(AF_LOCAL, SOCK_STREAM, 0, socks); in Bm_function_socketpair_sendto_recvfrom()
/third_party/ltp/testcases/cve/
H A Dcve-2016-7117.c123 SAFE_SOCKETPAIR(AF_LOCAL, SOCK_DGRAM, 0, (int *)socket_fds); in run()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs24 pub const AF_LOCAL: ::c_int = 1; // AF_UNIX consts
H A Dsolaris.rs56 pub const AF_LOCAL: ::c_int = 0; consts
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform_interface.h142 #define MHD_pipe_(fdarr) socketpair(AF_LOCAL, SOCK_STREAM, 0, (fdarr))
/third_party/eudev/src/udev/
H A Dudev-ctrl.c87 uctrl->sock = socket(AF_LOCAL, SOCK_SEQPACKET|SOCK_NONBLOCK|SOCK_CLOEXEC, 0); in udev_ctrl_new_from_fd()
101 uctrl->saddr.un.sun_family = AF_LOCAL; in udev_ctrl_new_from_fd()
H A Dudevd.c1329 if (socketpair(AF_LOCAL, SOCK_DGRAM|SOCK_CLOEXEC, 0, worker_watch) < 0) { in main()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs428 pub const AF_LOCAL: ::c_int = 1; consts
429 pub const AF_UNIX: ::c_int = AF_LOCAL;
458 pub const PF_LOCAL: ::c_int = AF_LOCAL;
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgetnameinfo.c159 * @tc.desc : Each parameter is valid, sa->sa_family is AF_LOCAL, the information of the host cannot be obtained.
169 sa.sin_family = AF_LOCAL; in getnameinfo_0700()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dsocket_test.cpp546 ret = socketpair(AF_LOCAL, SOCK_STREAM, 0, socks); in HWTEST_F()
606 int ret = socketpair(AF_LOCAL, SOCK_STREAM, 0, socks); in HWTEST_F()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs855 pub const AF_LOCAL: ::c_int = 1; consts
856 pub const AF_UNIX: ::c_int = AF_LOCAL;
892 pub const PF_LOCAL: ::c_int = AF_LOCAL;
/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c424 addr->sun_family = AF_LOCAL; in make_local_socket()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs988 pub const AF_LOCAL: ::c_int = 9; consts
989 pub const AF_UNIX: ::c_int = AF_LOCAL;
997 pub const PF_LOCAL: ::c_int = AF_LOCAL;
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c648 addr->sun_family = AF_LOCAL; in make_local_socket()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs827 pub const AF_LOCAL: ::c_int = 1; consts
828 pub const AF_UNIX: ::c_int = AF_LOCAL;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs698 pub const AF_LOCAL: ::c_int = 1; consts
738 pub const PF_LOCAL: ::c_int = AF_LOCAL;
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1050 pub const AF_UNIX: ::c_int = AF_LOCAL;
1051 pub const AF_LOCAL: ::c_int = 1; consts
1063 pub const PF_LOCAL: ::c_int = AF_LOCAL;
/third_party/alsa-lib/aserver/
H A Daserver.c73 addr->sun_family = AF_LOCAL; in make_local_socket()

Completed in 46 milliseconds

12