Searched refs:socklen_t (Results 1 - 24 of 24) sorted by path

/system/core/adb/
H A Dadb.c623 socklen_t alen;
649 socklen_t alen;
H A Dadb_auth_client.c210 socklen_t alen;
H A Djdwp_service.c453 socklen_t addrlen;
516 socklen_t addrlen = sizeof(addr);
H A Dsysdeps.h214 extern int adb_socket_accept(int serverfd, struct sockaddr* addr, socklen_t *addrlen);
400 static __inline__ int adb_socket_accept(int serverfd, struct sockaddr* addr, socklen_t *addrlen)
H A Dsysdeps_win32.c752 int adb_socket_accept(int serverfd, struct sockaddr* addr, socklen_t *addrlen)
H A Dtransport_local.c158 socklen_t alen;
/system/core/debuggerd/
H A Ddebuggerd.c457 socklen_t alen;
/system/core/include/cutils/
H A Dabort_socket.h78 socklen_t addrlen, int timeout);
81 socklen_t *addrlen, int timeout);
H A Dsockets.h27 typedef int socklen_t; typedef
/system/core/init/
H A Dproperty_service.c417 socklen_t addr_size = sizeof(addr);
418 socklen_t cr_size = sizeof(cr);
/system/core/libcutils/
H A Dabort_socket.c60 socklen_t addrlen, int timeout) {
70 socklen_t retlen;
120 socklen_t *addrlen, int timeout) {
H A Dmq.c1038 socklen_t credentialsSize = sizeof(struct ucred);
H A Dsocket_local.h30 * socklen_t is set to indicate the final length. This function
37 struct sockaddr_un *p_addr, socklen_t *alen);
H A Dsocket_local_client.c46 struct sockaddr_un *p_addr, socklen_t *alen)
128 socklen_t alen;
H A Dsocket_local_server.c56 socklen_t alen;
H A Dsocket_loopback_client.c40 socklen_t alen;
H A Dsocket_network_client.c43 socklen_t alen;
H A Dsockets.c29 socklen_t len = sizeof(cr);
/system/core/libnl_2/
H A Dnetlink.c251 socklen_t addrlen;
H A Dsocket.c113 &rxbuf, (socklen_t) sizeof(rxbuf)))
117 &txbuf, (socklen_t) sizeof(txbuf)))
/system/core/libsysutils/src/
H A DSocketClient.cpp35 socklen_t szCreds = sizeof(creds);
H A DSocketListener.cpp189 socklen_t alen;
/system/extras/tests/bionic/libc/common/
H A Dtest_udp.c89 if (recvfrom(s, buf, BUFLEN, 0, (struct sockaddr*)&si_other, (socklen_t*)&slen)==-1)
/system/security/keystore/
H A Dkeystore.cpp1449 socklen_t size = sizeof(cred);

Completed in 116 milliseconds