Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-ndisc.h109 int sd_ndisc_router_prefix_get_address(sd_ndisc_router *rt, struct in6_addr *ret_addr);
/systemd-251/src/network/
Dnetworkd-ndisc.c417 r = sd_ndisc_router_prefix_get_address(rt, &prefix); in ndisc_router_process_autonomous_prefix()
530 r = sd_ndisc_router_prefix_get_address(rt, &route->dst.in6); in ndisc_router_process_onlink_prefix()
551 r = sd_ndisc_router_prefix_get_address(rt, &a); in ndisc_router_process_prefix()
/systemd-251/src/libsystemd-network/
Dtest-ndisc-rs.c124 assert_se(sd_ndisc_router_prefix_get_address(rt, &a) >= 0); in router_dump()
Dndisc-router.c415 int sd_ndisc_router_prefix_get_address(sd_ndisc_router *rt, struct in6_addr *ret_addr) { in sd_ndisc_router_prefix_get_address() function