Searched refs:setIPv6AddrGenMode (Results 1 - 5 of 5) sorted by relevance

/system/netd/server/
H A DInterfaceController.h37 static android::netdutils::Status setIPv6AddrGenMode(const std::string& interface, int mode);
H A DNetdNativeService.h55 binder::Status setIPv6AddrGenMode(const std::string& ifName, int32_t mode) override;
H A DNetdNativeService.cpp462 binder::Status NetdNativeService::setIPv6AddrGenMode(const std::string& ifName, function in class:android::net::NetdNativeService
465 return toBinderStatus(InterfaceController::setIPv6AddrGenMode(ifName, mode));
H A DInterfaceController.cpp266 Status InterfaceController::setIPv6AddrGenMode(const std::string& interface, int mode) { function in class:InterfaceController
/system/netd/server/binder/android/net/
H A DINetd.aidl363 void setIPv6AddrGenMode(in @utf8InCpp String ifName, int mode);

Completed in 55 milliseconds