Lines Matching defs:ret
145 int ret = getaddrinfo(addrstr, nullptr, &hints, &res); in sendDumpRequest() local
292 int ret = checkError(mWriteSock); in sockDestroy() local
302 if (int ret = sendDumpRequest(proto, family, addrstr)) { in destroySockets() local
316 if (int ret = destroySockets(IPPROTO_TCP, AF_INET, addrstr)) { in destroySockets() local
321 if (int ret = destroySockets(IPPROTO_TCP, AF_INET6, addrstr)) { in destroySockets() local
341 if (int ret = sendDumpRequest(proto, family, 0, states, iov, iovcnt)) { in destroyLiveSockets() local
345 if (int ret = readDiagMsg(proto, destroyFilter)) { in destroyLiveSockets() local
365 if (int ret = sendDumpRequest(proto, family, extensions, states, iov, ARRAY_SIZE(iov))) { in getLiveTcpInfos() local
369 if (int ret = readDiagMsgWithTcpInfo(tcpInfoReader)) { in getLiveTcpInfos() local
391 if (int ret = sendDumpRequest(proto, family, states)) { in destroySockets() local
395 if (int ret = readDiagMsg(proto, shouldDestroy)) { in destroySockets() local
424 if (int ret = destroyLiveSockets(shouldDestroy, "UID", iov, ARRAY_SIZE(iov))) { in destroySockets() local
517 if (int ret = destroyLiveSockets(shouldDestroy, "permission change", iov, ARRAY_SIZE(iov))) { in destroySocketsLackingPermission() local