Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_net_NetUtils.cpp252 socklen_t tcpinfo_size = sizeof(tcp_info); in android_net_utils_getTcpRepairWindow() local
256 rc = getsockopt(fd, IPPROTO_TCP, TCP_INFO, &tcpinfo, &tcpinfo_size); in android_net_utils_getTcpRepairWindow()