Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-ndisc.h110 int sd_ndisc_router_prefix_get_prefixlen(sd_ndisc_router *rt, unsigned *prefixlen);
/systemd-251/src/network/
Dnetworkd-ndisc.c421 r = sd_ndisc_router_prefix_get_prefixlen(rt, &prefixlen); in ndisc_router_process_autonomous_prefix()
517 r = sd_ndisc_router_prefix_get_prefixlen(rt, &prefixlen); in ndisc_router_process_onlink_prefix()
555 r = sd_ndisc_router_prefix_get_prefixlen(rt, &prefixlen); in ndisc_router_process_prefix()
/systemd-251/src/libsystemd-network/
Dtest-ndisc-rs.c121 assert_se(sd_ndisc_router_prefix_get_prefixlen(rt, &prefix_len) >= 0); in router_dump()
Dndisc-router.c430 int sd_ndisc_router_prefix_get_prefixlen(sd_ndisc_router *rt, unsigned *ret) { in sd_ndisc_router_prefix_get_prefixlen() function