Searched refs:sd_ndisc_router_prefix_get_address (Results 1 – 4 of 4) sorted by relevance
109 int sd_ndisc_router_prefix_get_address(sd_ndisc_router *rt, struct in6_addr *ret_addr);
417 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()
124 assert_se(sd_ndisc_router_prefix_get_address(rt, &a) >= 0); in router_dump()
415 int sd_ndisc_router_prefix_get_address(sd_ndisc_router *rt, struct in6_addr *ret_addr) { in sd_ndisc_router_prefix_get_address() function