Home
last modified time | relevance | path

Searched refs:LOG_MAX_MSGS (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/mrouted/
H A Dmain.c516 #define LOG_MAX_MSGS 20 /* if > 20/minute then shut up for a while */ macro
526 if (arg == NULL && log_nmsgs > LOG_MAX_MSGS) { in resetlogging()
579 if (log_nmsgs++ < LOG_MAX_MSGS) { in logit()