Searched refs:http_socket (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-remote.c70 static int http_socket = -1, https_socket = -1; variable
858 if (MAX(http_socket, https_socket) >= SD_LISTEN_FDS_START + n) {
867 if (fd == http_socket)
1317 if (arg_listen_http || http_socket >= 0) {
1324 http_socket = r;

Completed in 2296 milliseconds