- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getScopeId (0.16 sec)
-
guava/src/com/google/common/net/InetAddresses.java
// present interfaces) NetworkInterface scopedInterface = ip.getScopedInterface(); if (scopedInterface != null) { return "%" + scopedInterface.getName(); } int scope = ip.getScopeId(); if (scope != 0) { return "%" + scope; } return ""; } /** * Identify and mark the longest run of zeroes in an IPv6 address. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
// present interfaces) NetworkInterface scopedInterface = ip.getScopedInterface(); if (scopedInterface != null) { return "%" + scopedInterface.getName(); } int scope = ip.getScopeId(); if (scope != 0) { return "%" + scope; } return ""; } /** * Identify and mark the longest run of zeroes in an IPv6 address. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0)