Searched defs:accept (Results 1 - 3 of 3) sorted by relevance

/systemd/src/activate/
H A Dactivate.c63 static int open_sockets(int *epoll_fd, bool accept) { argument
304 return log_error_errno(errno, "Failed to accept connection on fd:%d: %m", fd);
347 " -a --accept Spawn separate child for each connection\n"
369 { "accept", no_argument, NULL, 'a' },
454 log_error("Datagram sockets do not accept connections. "
455 "The --datagram and --accept options may not be combined.");
/systemd/src/core/
H A Dsocket.h117 bool accept; member in struct:Socket
/systemd/src/systemctl/
H A Dsystemctl.c3384 bool accept; member in struct:UnitStatusInfo
3571 if (i->accept)
3828 i->accept = b;

Completed in 310 milliseconds