Home
last modified time | relevance | path

Searched refs:destroyLiveSockets (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DSockDiag.h96 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
DSockDiag.cpp332 int SockDiag::destroyLiveSockets(const DestroyFilter& destroyFilter, const char *what, in destroyLiveSockets() function in android::net::SockDiag
422 if (int ret = destroyLiveSockets(shouldDestroy, "UID", iov, ARRAY_SIZE(iov))) { in destroySockets()
515 if (int ret = destroyLiveSockets(shouldDestroy, "permission change", iov, ARRAY_SIZE(iov))) { in destroySocketsLackingPermission()