Searched defs:alen (Results 1 - 3 of 3) sorted by relevance

/bionic/linker/
H A Ddebugger.cpp88 socklen_t alen = namelen + offsetof(sockaddr_un, sun_path) + 1; local
95 int err = TEMP_FAILURE_RETRY(connect(s, (sockaddr*) &addr, alen));
/bionic/libc/bionic/
H A Dsystem_properties.c484 socklen_t alen; local
499 alen = namelen + offsetof(struct sockaddr_un, sun_path) + 1;
501 if(TEMP_FAILURE_RETRY(connect(s, (struct sockaddr *) &addr, alen)) < 0) {
/bionic/libc/netbsd/resolv/
H A Dres_send.c1273 const struct sockaddr *address, int alen)
1279 alen = alen;
1282 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf),
1272 Aerror(const res_state statp, FILE *file, const char *string, int error, const struct sockaddr *address, int alen) argument

Completed in 135 milliseconds