HomeSort by relevance Sort by last modified time
    Searched defs:max_logs (Results 1 - 2 of 2) 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.h 623 int max_logs; /* queue limit */ member in struct:daemon

Completed in 176 milliseconds