Searched refs:delAddress (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_connectivity_Vpn.cpp | 347 static bool delAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in delAddress() function 362 {"jniDelAddress", "(Ljava/lang/String;Ljava/lang/String;I)Z", (void *)delAddress},
|
/aosp12/system/netd/server/ |
H A D | InterfaceController.h | 45 static int delAddress(const char* ifName, const char* addrString, int prefixLength);
|
H A D | InterfaceController.cpp | 370 int InterfaceController::delAddress(const char *interface, in delAddress() function in android::net::InterfaceController
|
H A D | NetdNativeService.cpp | 558 const int err = InterfaceController::delAddress( in interfaceDelAddress()
|