Searched refs:listenFdCount (Results 1 – 1 of 1) sorted by relevance
110 int listenFdCount = sd_listen_fds_with_names(0, &names); in setupSocket() local111 BMCWEB_LOG_DEBUG("Got {} sockets to open", listenFdCount); in setupSocket()113 if (listenFdCount < 0) in setupSocket()120 std::span<char*>(names, static_cast<size_t>(listenFdCount))) in setupSocket()