Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DSockDiag.h69 int readDiagMsgWithTcpInfo(const TcpInfoReader& callback);
H A DSockDiag.cpp230 int SockDiag::readDiagMsgWithTcpInfo(const TcpInfoReader& tcpInfoReader) { in readDiagMsgWithTcpInfo() function in android::net::SockDiag
386 if (int ret = readDiagMsgWithTcpInfo(tcpInfoReader)) { in getLiveTcpInfos()