Home
last modified time | relevance | path

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

/aosp_15_r20/external/iperf3/src/
H A 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()
/aosp_15_r20/system/netd/server/
H A DSockDiag.h55 uint32_t tcp_info_length)> TcpInfoReader;