Searched refs:destroyLiveSockets (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | SockDiag.h | 96 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
|
D | SockDiag.cpp | 332 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()
|