Searched defs:alen (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/bionic/
H A Dsystem_properties.cpp546 socklen_t alen = namelen + offsetof(sockaddr_un, sun_path) + 1; local
547 if (TEMP_FAILURE_RETRY(connect(fd, reinterpret_cast<sockaddr*>(&addr), alen)) < 0) {
/bionic/libc/dns/resolv/
H A Dres_send.c1318 const struct sockaddr *address, int alen)
1325 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf),
1317 Aerror(const res_state statp, FILE *file, const char *string, int error, const struct sockaddr *address, int alen) argument
/bionic/linker/
H A Ddebugger.cpp98 socklen_t alen = namelen + offsetof(sockaddr_un, sun_path) + 1; local
105 int rc = TEMP_FAILURE_RETRY(connect(s, reinterpret_cast<sockaddr*>(&addr), alen));

Completed in 106 milliseconds