Searched refs:MAX_CMD_SIZE (Results 1 – 2 of 2) sorted by relevance
53 constexpr size_t MAX_CMD_SIZE = 4096; variable531 std::vector<uint8_t> buf(MAX_CMD_SIZE, 0); in resNetworkQuery()533 MAX_CMD_SIZE); in resNetworkQuery()555 if (cmd.size() > MAX_CMD_SIZE) { in resNetworkSend()
370 const size_t MAX_CMD_SIZE = 1023; variable396 if (daemonCmd.size() + 1 + strlen(servers[i]) >= MAX_CMD_SIZE) { in setDnsForwarders()436 if (daemonCmd.size() + 1 + ifname.size() >= MAX_CMD_SIZE) { in applyDnsInterfaces()