/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 150 #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 D | socket.h | 139 #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 D | socket.h | 150 #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 D | socket.h | 150 #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 D | socket.h | 154 #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 D | socket.h | 150 #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 D | socket.h | 154 #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 D | socket_test.cpp | 61 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 D | cve-2016-7117.c | 123 SAFE_SOCKETPAIR(AF_LOCAL, SOCK_DGRAM, 0, (int *)socket_fds); in run()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 24 pub const AF_LOCAL: ::c_int = 1; // AF_UNIX consts
|
H A D | solaris.rs | 56 pub const AF_LOCAL: ::c_int = 0; consts
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform_interface.h | 142 #define MHD_pipe_(fdarr) socketpair(AF_LOCAL, SOCK_STREAM, 0, (fdarr))
|
/third_party/eudev/src/udev/ |
H A D | udev-ctrl.c | 87 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 D | udevd.c | 1329 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 D | mod.rs | 428 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 D | getnameinfo.c | 159 * @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 D | socket_test.cpp | 546 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 D | mod.rs | 855 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 D | control_shm.c | 424 addr->sun_family = AF_LOCAL; in make_local_socket()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 988 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 D | pcm_shm.c | 648 addr->sun_family = AF_LOCAL; in make_local_socket()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 827 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 D | mod.rs | 698 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 D | mod.rs | 1050 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 D | aserver.c | 73 addr->sun_family = AF_LOCAL; in make_local_socket()
|