Searched refs:IFCONFIG_OPTION_ALL_IFACE (Results 1 – 1 of 1) sorted by relevance
72 constexpr const char *IFCONFIG_OPTION_ALL_IFACE = "-a"; variable194 command = command + (ifaceName.empty() ? IFCONFIG_OPTION_ALL_IFACE : ifaceName); in GetInterfaceConfig()