Home
last modified time | relevance | path

Searched refs:listenFdCount (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dapp.hpp110 int listenFdCount = sd_listen_fds_with_names(0, &names); in setupSocket() local
111 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()