Searched refs:MAX_CMD_SIZE (Results 1 – 2 of 2) sorted by relevance
51 constexpr size_t MAX_CMD_SIZE = 4096; variable423 std::vector<uint8_t> buf(MAX_CMD_SIZE, 0); in resNetworkQuery()425 MAX_CMD_SIZE); in resNetworkQuery()447 if (cmd.size() > MAX_CMD_SIZE) { in resNetworkSend()
347 const size_t MAX_CMD_SIZE = 1023; variable373 if (daemonCmd.size() + 1 + strlen(servers[i]) >= MAX_CMD_SIZE) { in setDnsForwarders()413 if (daemonCmd.size() + 1 + ifname.size() >= MAX_CMD_SIZE) { in applyDnsInterfaces()