Searched refs:mIfName (Results 1 – 2 of 2) sorted by relevance
77 mIfName = ifName; in init()78 if (mIfName.empty()) { in init()79 mIfName = StringPrintf("netd%x", arc4random()); in init()81 mIfName.resize(9); in init()87 strlcpy(ifr.ifr_name, mIfName.c_str(), sizeof(ifr.ifr_name)); in init()116 ifc_disable(mIfName.c_str()); in destroy()142 if (int ret = ifc_act_on_address(RTM_NEWADDR, mIfName.c_str(), addr.c_str(), prefixlen, in addAddress()
40 const std::string& name() const { return mIfName; } in name()50 std::string mIfName; variable