Searched refs:NoGateway (Results 1 – 3 of 3) sorted by relevance
44 options |= static_cast<uint32_t>(ClientOption::NoGateway); in main()
32 NoGateway = (1 << 0), // Do not configure the system's default gateway enumerator
454 if ((mOptions & static_cast<uint32_t>(ClientOption::NoGateway)) == 0) { in configureDhcp()