Searched refs:readDiagMsg (Results 1 - 3 of 3) sorted by path

/system/netd/server/
H A DSockDiag.cpp204 int SockDiag::readDiagMsg(uint8_t proto, SockDiag::DumpCallback callback) { function in class:SockDiag
278 return readDiagMsg(proto, destroyAll);
313 if (int ret = readDiagMsg(proto, destroyFilter)) {
337 if (int ret = readDiagMsg(proto, shouldDestroy)) {
H A DSockDiag.h52 int readDiagMsg(uint8_t proto, DumpCallback callback);
H A DSockDiagTest.cpp149 sd.readDiagMsg(IPPROTO_TCP, checkIPv4Dump);
158 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump);
166 sd.readDiagMsg(IPPROTO_TCP, checkIPv6Dump);

Completed in 61 milliseconds