Searched refs:AF_LOCAL (Results 1 – 4 of 4) sorted by relevance
98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0) in popen()
146 #define AF_LOCAL 1 macro191 #define PF_LOCAL AF_LOCAL
122 case AF_LOCAL: in android_getnameinfofornet()
481 socket_ = ::socket(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0); in PropertyServiceConnection()491 addr.sun_family = AF_LOCAL; in PropertyServiceConnection()