Home
last modified time | relevance | path

Searched refs:sd_ndisc_router_option_next (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/systemd/
Dsd-ndisc.h100 int sd_ndisc_router_option_next(sd_ndisc_router *rt);
/systemd-251/src/libsystemd-network/
Dtest-ndisc-rs.c164 r = sd_ndisc_router_option_next(rt); in router_dump()
Dndisc-router.c268 int sd_ndisc_router_option_next(sd_ndisc_router *rt) { in sd_ndisc_router_option_next() function
/systemd-251/src/network/
Dnetworkd-ndisc.c871 for (r = sd_ndisc_router_option_rewind(rt); ; r = sd_ndisc_router_option_next(rt)) { in ndisc_router_process_options()