Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-ndisc.h108 int sd_ndisc_router_prefix_get_flags(sd_ndisc_router *rt, uint8_t *ret);
/systemd-251/src/libsystemd-network/
Dtest-ndisc-rs.c116 assert_se(sd_ndisc_router_prefix_get_flags(rt, &pfl) >= 0); in router_dump()
Dndisc-router.c392 int sd_ndisc_router_prefix_get_flags(sd_ndisc_router *rt, uint8_t *ret) { in sd_ndisc_router_prefix_get_flags() function
/systemd-251/src/network/
Dnetworkd-ndisc.c572 r = sd_ndisc_router_prefix_get_flags(rt, &flags); in ndisc_router_process_prefix()