Home
last modified time | relevance | path

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

/external/avahi/avahi-core/
Dcache.c461 e->poof_timestamp = now; in start_poof_callback()
467 if (avahi_timeval_diff(&now, &e->poof_timestamp) < 1000000) in start_poof_callback()
470 e->poof_timestamp = now; in start_poof_callback()
Dcache.h49 struct timeval poof_timestamp; member