Searched refs:AF_LOCAL (Results 1 – 4 of 4) sorted by relevance
57 socket_.reset(::socket(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0)); in PropertyServiceConnection()67 addr.sun_family = AF_LOCAL; in PropertyServiceConnection()
133 #define AF_LOCAL 1 macro178 #define PF_LOCAL AF_LOCAL
132 case AF_LOCAL: in android_getnameinfofornet()
1187 if (socketpair(AF_LOCAL, SOCK_CLOEXEC | SOCK_STREAM, 0, fds) == -1) return nullptr; in popen()