Home
last modified time | relevance | path

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

/system/netd/libnetdutils/include/netdutils/
DSocketOption.h55 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval);
/system/netd/libnetdutils/
DSocketOption.cpp35 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval) { in enableTcpKeepAlives() function
/system/netd/resolv/
DDnsTlsSocket.cpp41 using netdutils::enableTcpKeepAlives;
96 enableTcpKeepAlives(mSslFd.get(), 15U, 5U, 3U).ignoreError(); in tcpConnect()