- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for inet6AddressToAscii (0.13 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt
} // Check for too few groups. We wanted exactly four. return b == addressOffset + 4 } /** Encodes an IPv6 address in canonical form according to RFC 5952. */ internal fun inet6AddressToAscii(address: ByteArray): String { // Go through the address looking for the longest run of 0s. Each group is 2-bytes. // A run must be longer than one group (section 4.2.2).
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 11.2K bytes - Viewed (0)