Searched refs:last_dos (Results 1 – 1 of 1) sorted by relevance
70 static time_t last_dos = 0; /* Time of last DoS attack */ in cupsdAcceptClient() local166 if ((time(NULL) - last_dos) >= 60) in cupsdAcceptClient()168 last_dos = time(NULL); in cupsdAcceptClient()