Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dclient.c70 static time_t last_dos = 0; /* Time of last DoS attack */ in cupsdAcceptClient() local
166 if ((time(NULL) - last_dos) >= 60) in cupsdAcceptClient()
168 last_dos = time(NULL); in cupsdAcceptClient()