Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpopen.c98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0) in popen()
/bionic/libc/include/sys/
Dsocket.h146 #define AF_LOCAL 1 macro
191 #define PF_LOCAL AF_LOCAL
/bionic/libc/dns/net/
Dgetnameinfo.c122 case AF_LOCAL: in android_getnameinfofornet()
/bionic/libc/bionic/
Dsystem_properties.cpp481 socket_ = ::socket(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0); in PropertyServiceConnection()
491 addr.sun_family = AF_LOCAL; in PropertyServiceConnection()