Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DSocketOption.cpp35 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval) { in enableTcpKeepAlives() argument
42 if (numProbes != 0) { in enableTcpKeepAlives()
43 RETURN_IF_NOT_OK(sys.setsockopt(sock, SOL_TCP, TCP_KEEPCNT, &numProbes, sizeof(numProbes))); in enableTcpKeepAlives()
/system/netd/libnetdutils/include/netdutils/
DSocketOption.h55 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval);