Searched defs:listening (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/master/
H A Dsd-daemon.c161 static int sd_is_socket_internal(int fd, int type, int listening) { argument
187 if (listening >= 0) {
197 if (!accepting != !listening)
212 int sd_is_socket(int fd, int family, int type, int listening) { argument
218 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0)
240 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) { argument
248 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0)
285 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) { argument
290 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0)
H A Dservice.h59 /* all listeners, even those that aren't currently listening */
116 /* service is currently listening for new connections */
117 bool listening:1; member in struct:service

Completed in 37 milliseconds