Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dsd-ndisc.c142 (void) event_source_disable(nd->timeout_no_ra); in ndisc_reset()
154 sd_event_source_unref(nd->timeout_no_ra); in ndisc_free()
315 (void) event_source_disable(nd->timeout_no_ra); in ndisc_timeout_no_ra()
373 r = event_reset_time(nd->event, &nd->timeout_no_ra, in sd_ndisc_start()
Dndisc-internal.h31 sd_event_source *timeout_no_ra; member