Home
last modified time | relevance | path

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

/external/iperf3/src/
Dtcp_info.c99 socklen_t tcp_info_length = sizeof(struct tcp_info); in save_tcpinfo() local
101 if (getsockopt(sp->socket, IPPROTO_TCP, TCP_INFO, (void *)&irp->tcpInfo, &tcp_info_length) < 0) in save_tcpinfo()