Home
last modified time | relevance | path

Searched refs:bringUp (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/dhcp/client/
Dinterface.cpp72 res = bringUp(); in init()
85 Result Interface::bringUp() { in bringUp() function in Interface
Dinterface.h40 Result bringUp();
Ddhcpclient.cpp408 Result res = mInterface.bringUp(); in configureDhcp()