Home
last modified time | relevance | path

Searched defs:destroySockets (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DSockDiag.cpp297 int SockDiag::destroySockets(uint8_t proto, int family, const char *addrstr) { in destroySockets() function in android::net::SockDiag
311 int SockDiag::destroySockets(const char *addrstr) { in destroySockets() function in android::net::SockDiag
378 int SockDiag::destroySockets(uint8_t proto, const uid_t uid, bool excludeLoopback) { in destroySockets() function in android::net::SockDiag
408 int SockDiag::destroySockets(const UidRanges& uidRanges, const std::set<uid_t>& skipUids, in destroySockets() function in android::net::SockDiag
DSockDiagTest.cpp368 int destroySockets() { in destroySockets() function in android::net::SockDiagMicroBenchmarkTest