Home
last modified time | relevance | path

Searched defs:prefix64 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DClatCoordinatorTest.java224 @NonNull String prefix64, int mark) throws IOException { in generateIpv6Address()
619 @NonNull String prefix64, int mark) throws IOException { in testNotStartClatWithNativeFailureGenerateIpv6Address()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DClatCoordinator.java190 @NonNull String prefix64, int mark) throws IOException { in generateIpv6Address()
868 String prefix64, int mark) throws IOException; in native_generateIpv6Address()
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp181 ScopedUtfChars prefix64(env, prefix64Str); in com_android_server_connectivity_ClatCoordinator_generateIpv6Address() local