Searched refs:IFCONFIG_OPTION_SET_MTU_LEN (Results 1 – 1 of 1) sorted by relevance
78 constexpr const char *IFCONFIG_OPTION_SET_MTU_LEN = "mtu"; variable264 … command = command + IFCONFIG_OPTION_SET_MTU_LEN + std::to_string(config.mtu_) + OPTION_SPACE; in UpdateInterfaceConfig()