Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Dmain.cpp44 options |= static_cast<uint32_t>(ClientOption::NoGateway); in main()
Ddhcpclient.h32 NoGateway = (1 << 0), // Do not configure the system's default gateway enumerator
Ddhcpclient.cpp454 if ((mOptions & static_cast<uint32_t>(ClientOption::NoGateway)) == 0) { in configureDhcp()