Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/jni/
Dandroid_net_NetworkUtils.cpp224 struct tcp_info tcpinfo = {}; in android_net_utils_getTcpRepairWindow() local
229 rc = getsockopt(fd, IPPROTO_TCP, TCP_INFO, &tcpinfo, &tcpinfo_size); in android_net_utils_getTcpRepairWindow()
239 trw.rcv_wnd, trw.rcv_wup, tcpinfo.tcpi_rcv_wscale); in android_net_utils_getTcpRepairWindow()