- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for allocateIpv6 (0.06 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 Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 20:20:29 GMT 2026 - 2.6K bytes - Click Count (0)