Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp-prefix-delegation.h18 int dhcp_pd_remove(Link *link, bool only_marked);
Dnetworkd-dhcp6.c46 static int dhcp6_remove(Link *link, bool only_marked) { in dhcp6_remove() argument
53 if (!only_marked) in dhcp6_remove()
59 if (only_marked && !route_is_marked(route)) in dhcp6_remove()
72 if (only_marked && !address_is_marked(address)) in dhcp6_remove()
Dnetworkd-dhcp-prefix-delegation.c168 int dhcp_pd_remove(Link *link, bool only_marked) { in dhcp_pd_remove() argument
177 if (!only_marked) in dhcp_pd_remove()
186 if (only_marked && !route_is_marked(route)) in dhcp_pd_remove()
208 if (only_marked && !address_is_marked(address)) in dhcp_pd_remove()
Dnetworkd-dhcp4.c57 static int dhcp4_remove_address_and_routes(Link *link, bool only_marked) { in dhcp4_remove_address_and_routes() argument
67 if (only_marked && !route_is_marked(route)) in dhcp4_remove_address_and_routes()
80 if (only_marked && !address_is_marked(address)) in dhcp4_remove_address_and_routes()