Searched refs:alen (Results 1 – 2 of 2) sorted by relevance
68 socklen_t alen = namelen + offsetof(sockaddr_un, sun_path) + 1; in PropertyServiceConnection() local71 reinterpret_cast<sockaddr*>(&addr), alen)) == -1) { in PropertyServiceConnection()
1294 const struct sockaddr *address, int alen) in Aerror() argument1301 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf), in Aerror()