- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for allocateIpv6 (0.12 seconds)
-
okhttp-testing-support/src/main/kotlin/okhttp3/FakeDns.kt
Buffer().writeInt(it.toInt()).readByteArray(), ) } } /** Allocates and returns `count` fake IPv6 addresses like [::ff00:64, ::ff00:65]. */ fun allocateIpv6(count: Int): List<InetAddress> { val from = nextAddress nextAddress += count return (from until nextAddress) .map { return@map InetAddress.getByAddress(
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 2.5K bytes - Click Count (0)