Home
last modified time | relevance | path

Searched refs:AF_LOCAL (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dsystem_property_set.cpp57 socket_.reset(::socket(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0)); in PropertyServiceConnection()
67 addr.sun_family = AF_LOCAL; in PropertyServiceConnection()
/bionic/libc/include/sys/
Dsocket.h133 #define AF_LOCAL 1 macro
178 #define PF_LOCAL AF_LOCAL
/bionic/libc/dns/net/
Dgetnameinfo.c132 case AF_LOCAL: in android_getnameinfofornet()
/bionic/libc/stdio/
Dstdio.cpp1187 if (socketpair(AF_LOCAL, SOCK_CLOEXEC | SOCK_STREAM, 0, fds) == -1) return nullptr; in popen()