make_socket_fd 103 src/activate/activate.c fd = make_socket_fd(LOG_DEBUG, *address, SOCK_STREAM | (arg_accept*SOCK_CLOEXEC)); make_socket_fd 441 src/journal-remote/journal-remote.c fd = make_socket_fd(LOG_INFO, address, SOCK_STREAM | SOCK_CLOEXEC); make_socket_fd 762 src/journal-remote/journal-remote.c fd = make_socket_fd(LOG_INFO, address, SOCK_STREAM | SOCK_CLOEXEC); make_socket_fd 88 src/shared/socket-util.h int make_socket_fd(int log_level, const char* address, int flags);