Home
last modified time | relevance | path

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

/system/netd/server/
DSockDiag.cpp309 int SockDiag::destroySockets(uint8_t proto, int family, const char* addrstr, int ifindex) { in destroySockets() function in android::net::SockDiag
325 int SockDiag::destroySockets(const char* addrstr, int ifindex) { in destroySockets() function in android::net::SockDiag
395 int SockDiag::destroySockets(uint8_t proto, const uid_t uid, bool excludeLoopback) { in destroySockets() function in android::net::SockDiag
425 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