Home | History | Annotate | Download | only in bionic

Lines Matching full:alen

546     socklen_t alen = namelen + offsetof(sockaddr_un, sun_path) + 1;
547 if (TEMP_FAILURE_RETRY(connect(fd, reinterpret_cast<sockaddr*>(&addr), alen)) < 0) {