Searched refs:pd_prefix_len (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/network/ ! |
D | networkd-dhcp-prefix-delegation.c | 64 uint8_t pd_prefix_len; 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 …d_subnet_prefix(Link *link, const struct in6_addr *pd_prefix, uint8_t pd_prefix_len, struct in6_ad… in dhcp_pd_get_assigned_subnet_prefix() argument 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() 436 uint8_t pd_prefix_len, in dhcp_pd_calculate_subnet_prefix() argument 443 assert(pd_prefix_len <= 64); in dhcp_pd_calculate_subnet_prefix() 446 if (subnet_id >= UINT64_C(1) << (64 - pd_prefix_len)) in dhcp_pd_calculate_subnet_prefix() 451 if (pd_prefix_len < 32) in dhcp_pd_calculate_subnet_prefix() 463 uint8_t pd_prefix_len, in dhcp_pd_get_preferred_subnet_prefix() argument [all …]
|