Searched refs:kalist (Results 1 – 1 of 1) sorted by relevance
1099 final ArrayList<SocketKeepalive> kalist = new ArrayList<>(); in createConcurrentKeepalivesOfType() local1104 while (kalist.size() < requestCount) { in createConcurrentKeepalivesOfType()1110 if (kalist.size() == 0 && cv.error == SocketKeepalive.ERROR_UNSUPPORTED) { in createConcurrentKeepalivesOfType()1125 kalist.add(ka); in createConcurrentKeepalivesOfType()1127 fail("Unexpected error when creating " + (kalist.size() + 1) + " " in createConcurrentKeepalivesOfType()1132 return kalist; in createConcurrentKeepalivesOfType()1186 final ArrayList<SocketKeepalive> kalist = new ArrayList<>();1189 kalist.addAll(createConcurrentNattSocketKeepalives(network, srcAddr, nattCount, callback));1190 kalist.addAll(createConcurrentTcpSocketKeepalives(network, tcpCount, callback));1192 final int ret = kalist.size();[all …]