Home
last modified time | relevance | path

Searched refs:sd_radv_remove_prefix (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/systemd/
Dsd-radv.h62 void sd_radv_remove_prefix(sd_radv *ra, const struct in6_addr *prefix, unsigned char prefixlen);
/systemd-251/src/network/
Dnetworkd-dhcp-prefix-delegation.c190 sd_radv_remove_prefix(link->radv, &route->dst.in6, 64); in dhcp_pd_remove()
215 sd_radv_remove_prefix(link->radv, &prefix, 64); in dhcp_pd_remove()
/systemd-251/src/libsystemd-network/
Dsd-radv.c657 void sd_radv_remove_prefix( in sd_radv_remove_prefix() function