Home
last modified time | relevance | path

Searched refs:mInterfaceName (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/dhcp/client/
Dinterface.cpp50 mInterfaceName = interfaceName; in init()
96 strncpy(request.ifr_name, mInterfaceName.c_str(), sizeof(request.ifr_name)); in setMtu()
102 mInterfaceName.c_str(), in setMtu()
174 strncpy(request.ifr_name, mInterfaceName.c_str(), sizeof(request.ifr_name)); in createRequest()
186 mInterfaceName.c_str(), strerror(errno)); in populateIndex()
198 mInterfaceName.c_str(), strerror(errno)); in populateMacAddress()
210 mInterfaceName.c_str(), strerror(errno)); in setInterfaceUp()
225 mInterfaceName.c_str(), strerror(errno)); in setInterfaceUp()
Dinterface.h38 const std::string& getName() const { return mInterfaceName; } in getName()
51 std::string mInterfaceName; variable