Home
last modified time | relevance | path

Searched refs:socklen_t (Results 1 – 20 of 20) sorted by relevance

/aosp14/system/core/libcutils/
H A Dsocket_local_client_unix.cpp46 struct sockaddr_un *p_addr, socklen_t *alen) in socket_make_sockaddr_un()
126 socklen_t alen; in socket_local_client_connect()
H A Dsocket_local_unix.h37 struct sockaddr_un *p_addr, socklen_t *alen);
H A Dsockets.cpp36 socklen_t addr_size = sizeof(addr); in socket_get_local_port()
H A Dsocket_local_server_unix.cpp58 socklen_t alen;
H A Dsockets_unix.cpp61 socklen_t addrlen = sizeof(addr); in android_get_control_socket()
H A Dsocket_network_client_unix.cpp96 socklen_t len = sizeof(error); in socket_network_client_timeout()
H A Duevent.cpp99 socklen_t optlen = sizeof(buf_sz_readback); in uevent_open_socket()
H A Dsockets_test.cpp41 socklen_t addr_size = sizeof(addr); in TestConnectedSockets()
/aosp14/frameworks/base/cmds/interrupter/
H A Dinterrupter.c52 DEFINE_INTERCEPT(accept, int, int, struct sockaddr*, socklen_t*);
/aosp14/system/core/libcutils/include/cutils/
H A Dsockets.h31 typedef int socklen_t; typedef
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dsockets.h31 typedef int socklen_t; typedef
/aosp14/system/core/fastboot/
H A Dsocket.cpp126 socklen_t addr_size_ = 0;
162 socklen_t* addr_size_ptr = nullptr; in Receive()
/aosp14/system/core/init/
H A Dproperty_service_test.cpp45 socklen_t addr_len = strlen(property_service_socket) + offsetof(sockaddr_un, sun_path) + 1; in TEST()
H A Dproperty_service.cpp591 socklen_t cr_size = sizeof(cr); in handle_property_set_fd()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp410 socklen_t timeout_size = sizeof timeout; in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
416 socklen_t cred_size = sizeof credentials; in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
H A Dandroid_net_LocalSocketImpl.cpp397 socklen_t szCreds = sizeof(creds); in socket_get_peer_credentials()
H A Dfd_utils.cpp419 socklen_t addr_len = sizeof(ss); in GetSocketName()
/aosp14/system/core/libstats/push_compat/
H A Dstatsd_writer.c94 socklen_t bufLen = sizeof(sndbuf); in statsdOpen()
/aosp14/system/core/libsysutils/src/
H A DSocketClient.cpp56 socklen_t szCreds = sizeof(creds); in init()
/aosp14/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp391 socklen_t len = sizeof(cr); in crash_request_cb()