Searched refs:v4interface (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | ClatdController.cpp | 419 const std::string& v4interface, in init() argument 429 strlcpy(v4iface, v4interface.c_str(), sizeof(v4iface)); in init() 495 std::string v4interface("v4-"); in startClatd() local 496 v4interface += interface; in startClatd() 501 strlcpy(ifr.ifr_name, v4interface.c_str(), sizeof(ifr.ifr_name)); in startClatd() 511 res = InterfaceController::setEnableIPv6(v4interface.c_str(), 0); in startClatd() 512 if (res) ALOGE("setEnableIPv6 %s failed (%s)", v4interface.c_str(), strerror(res)); in startClatd() 516 int ret = tracker.init(networkId, interface, v4interface, nat64Prefix); in startClatd()
|
D | ClatdController.h | 73 int init(unsigned networkId, const std::string& interface, const std::string& v4interface,
|