Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp-prefix-delegation.c63 struct in6_addr pd_prefix; in dhcp6_lease_has_pd_prefix() local
71 …return sd_dhcp6_lease_get_pd(lease, &pd_prefix, &pd_prefix_len, &lifetime_preferred_sec, &lifetime… in dhcp6_lease_has_pd_prefix()
123 static int dhcp_pd_get_assigned_subnet_prefix(Link *link, const struct in6_addr *pd_prefix, uint8_t… in dhcp_pd_get_assigned_subnet_prefix() argument
125 assert(pd_prefix); in dhcp_pd_get_assigned_subnet_prefix()
138 … if (in6_addr_prefix_covers(pd_prefix, pd_prefix_len, &address->in_addr.in6) <= 0) in dhcp_pd_get_assigned_subnet_prefix()
157 if (in6_addr_prefix_covers(pd_prefix, pd_prefix_len, &route->dst.in6) > 0) { in dhcp_pd_get_assigned_subnet_prefix()
435 const struct in6_addr *pd_prefix, in dhcp_pd_calculate_subnet_prefix() argument
442 assert(pd_prefix); in dhcp_pd_calculate_subnet_prefix()
449 prefix = *pd_prefix; in dhcp_pd_calculate_subnet_prefix()
462 const struct in6_addr *pd_prefix, in dhcp_pd_get_preferred_subnet_prefix() argument
[all …]
/systemd-251/src/systemd/
Dsd-dhcp6-client.h254 const struct in6_addr *pd_prefix);
/systemd-251/src/libsystemd-network/
Dsd-dhcp6-client.c129 const struct in6_addr *pd_prefix) { in sd_dhcp6_client_set_prefix_delegation_hint() argument
136 if (!pd_prefix) { in sd_dhcp6_client_set_prefix_delegation_hint()
149 .iapdprefix.address = *pd_prefix, in sd_dhcp6_client_set_prefix_delegation_hint()