Home
last modified time | relevance | path

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

/system/netd/tests/
Dsock_diag_test.cpp152 sd.readDiagMsg(IPPROTO_TCP, checkIPv4Dump); in TEST_F()
161 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()
169 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()
Dbinder_test.cpp2302 sd->readDiagMsg(IPPROTO_TCP, findDnsSockets); in findDnsSockets()
/system/netd/server/
DSockDiag.cpp219 int SockDiag::readDiagMsg(uint8_t proto, const SockDiag::DestroyFilter& shouldDestroy) { in readDiagMsg() function in android::net::SockDiag
322 return readDiagMsg(proto, destroyAll); in destroySockets()
362 if (int ret = readDiagMsg(proto, destroyFilter)) { in destroyLiveSockets()
412 if (int ret = readDiagMsg(proto, shouldDestroy)) { in destroySockets()
DSockDiag.h68 int readDiagMsg(uint8_t proto, const DestroyFilter& callback);
DSockDiagTest.cpp156 sd.readDiagMsg(IPPROTO_TCP, checkIPv4Dump); in TEST_F()
164 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()
171 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump); in TEST_F()