HomeSort by relevance Sort by last modified time
    Searched refs:max_logs (Results 1 - 4 of 4) sorted by null

  /external/dnsmasq/src/
log.c 27 MAX_LOGS messages. If more are queued, they will be dropped,
43 static int max_logs = 0; variable
73 daemon->max_logs = 0;
76 max_logs = daemon->max_logs;
86 if (max_logs == 0)
130 /* if max_logs is zero, leave the socket blocking */
131 if (max_logs != 0 && (flags = fcntl(log_fd, F_GETFL)) != -1)
319 else if (entries_alloced < max_logs && (entry = malloc(sizeof(struct log_entry))))
372 if (entries && max_logs != 0
    [all...]
dnsmasq.c 154 if (daemon->max_logs != 0)
501 if (daemon->max_logs != 0)
502 my_syslog(LOG_INFO, _("asynchronous logging enabled, queue limit is %d messages"), daemon->max_logs);
    [all...]
option.c     [all...]
dnsmasq.h 625 int max_logs; /* queue limit */ member in struct:daemon

Completed in 46 milliseconds