Searched defs:shouldDestroy (Results 1 - 1 of 1) sorted by last modified time

/system/netd/server/
H A DSockDiag.cpp326 auto shouldDestroy = [uid] (uint8_t, const inet_diag_msg *msg) { local
337 if (int ret = readDiagMsg(proto, shouldDestroy)) {
354 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { local
360 if (int ret = destroyLiveSockets(shouldDestroy)) {

Completed in 29 milliseconds