Home | History | Annotate | Download | only in avahi-common

Lines Matching full:expiry

55     struct timeval expiry;
264 t->expiry = *tv;
281 t->expiry = *tv;
434 if (!n || avahi_timeval_compare(&t->expiry, &n->expiry) < 0)
486 if (next_timeout->expiry.tv_sec == 0 &&
487 next_timeout->expiry.tv_usec == 0) {
495 usec = avahi_timeval_diff(&next_timeout->expiry, &now);
560 if (next_timeout->expiry.tv_sec == 0 && next_timeout->expiry.tv_usec == 0) {
567 if (avahi_age(&next_timeout->expiry) >= 0) {