Home
last modified time | relevance | path

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

/system/netd/tests/
Dsock_diag_test.cpp153 sd.readDiagMsg(IPPROTO_TCP, checkIPv4Dump); in TEST_F()
162 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()
170 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()
Dbinder_test.cpp2763 sd->readDiagMsg(IPPROTO_TCP, findDnsSockets); in findDnsSockets()
/system/netd/server/
DSockDiag.cpp224 int SockDiag::readDiagMsg(uint8_t proto, const SockDiag::DestroyFilter& shouldDestroy) { in readDiagMsg() function in android::net::SockDiag
328 return readDiagMsg(proto, shouldDestroy); in destroySockets()
370 if (int ret = readDiagMsg(proto, destroyFilter)) { in destroyLiveSockets()
420 if (int ret = readDiagMsg(proto, shouldDestroy)) { in destroySockets()
DSockDiag.h68 int readDiagMsg(uint8_t proto, const DestroyFilter& callback);
DSockDiagTest.cpp157 sd.readDiagMsg(IPPROTO_TCP, checkIPv4Dump); in TEST_F()
165 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()
172 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()