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

/systemd/src/basic/
H A Dsocket-label.c148 int make_socket_fd(int log_level, const char* address, int type, int flags) { function
H A Dsocket-util.h90 int make_socket_fd(int log_level, const char* address, int type, int flags);
/systemd/src/activate/
H A Dactivate.c100 fd = make_socket_fd(LOG_DEBUG, *address, arg_socket_type, (arg_accept*SOCK_CLOEXEC));
/systemd/src/journal-remote/
H A Djournal-remote.c444 fd = make_socket_fd(LOG_INFO, address, SOCK_STREAM, SOCK_CLOEXEC);
762 fd = make_socket_fd(LOG_DEBUG, address, SOCK_STREAM, SOCK_CLOEXEC);

Completed in 1200 milliseconds