Home
last modified time | relevance | path

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

/system/netd/server/
DSockDiag.cpp314 int SockDiag::destroySockets(uint8_t proto, int family, const char* addrstr, int ifindex) { in destroySockets() function in android::net::SockDiag
331 int SockDiag::destroySockets(const char* addrstr, int ifindex) { in destroySockets() function in android::net::SockDiag
403 int SockDiag::destroySockets(uint8_t proto, const uid_t uid, bool excludeLoopback) { in destroySockets() function in android::net::SockDiag
433 int SockDiag::destroySockets(const UidRanges& uidRanges, const std::set<uid_t>& skipUids, in destroySockets() function in android::net::SockDiag
DSockDiagTest.cpp369 int destroySockets() { in destroySockets() function in android::net::SockDiagMicroBenchmarkTest