Lines Matching refs:timeout
84 sd_event_source *timeout;
218 nd->timeout = sd_event_source_unref(nd->timeout);
359 /* if router advertisment prefix valid timeout is zero, the timeout
566 nd->timeout = sd_event_source_unref(nd->timeout);
610 nd->timeout = sd_event_source_unref(nd->timeout);
631 r = sd_event_add_time(nd->event, &nd->timeout, clock_boottime_or_monotonic(),
640 r = sd_event_source_set_priority(nd->timeout, nd->event_priority);
644 r = sd_event_source_set_description(nd->timeout, "ndisc-timeout");
699 r = sd_event_add_time(nd->event, &nd->timeout, clock_boottime_or_monotonic(),
704 r = sd_event_source_set_priority(nd->timeout, nd->event_priority);
708 r = sd_event_source_set_description(nd->timeout, "ndisc-timeout");