HomeSort by relevance Sort by last modified time
    Searched full:last_rand_timestamp (Results 1 - 2 of 2) sorted by null

  /external/avahi/avahi-core/
cache.h 77 time_t last_rand_timestamp; member in struct:AvahiCache
cache.c 88 c->last_rand_timestamp = 0;
251 if (now >= c->last_rand_timestamp + 10) {
253 c->last_rand_timestamp = now;

Completed in 84 milliseconds