Searched refs:https_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) {
869 else if (fd == https_socket)
1330 if (arg_listen_https || https_socket >= 0) {
1337 https_socket = r;
1556 if (arg_listen_https || https_socket >= 0)

Completed in 529 milliseconds