Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_net_NetUtils.cpp251 struct tcp_info tcpinfo = {}; in android_net_utils_getTcpRepairWindow() local
256 rc = getsockopt(fd, IPPROTO_TCP, TCP_INFO, &tcpinfo, &tcpinfo_size); in android_net_utils_getTcpRepairWindow()
266 trw.rcv_wnd, trw.rcv_wup, tcpinfo.tcpi_rcv_wscale); in android_net_utils_getTcpRepairWindow()