Lines Matching refs:in6
138 … if (in6_addr_prefix_covers(pd_prefix, pd_prefix_len, &address->in_addr.in6) <= 0) in dhcp_pd_get_assigned_subnet_prefix()
142 struct in6_addr prefix = address->in_addr.in6; 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()
159 *ret = route->dst.in6; in dhcp_pd_get_assigned_subnet_prefix()
190 sd_radv_remove_prefix(link->radv, &route->dst.in6, 64); in dhcp_pd_remove()
192 link_remove_dhcp_pd_subnet_prefix(link, &route->dst.in6); in dhcp_pd_remove()
211 prefix = address->in_addr.in6; in dhcp_pd_remove()
325 route->dst.in6 = *prefix; in dhcp_pd_request_route()
372 (void) in6_addr_prefix_to_string(&address->in_addr.in6, address->prefixlen, &buffer); in log_dhcp_pd_address()
411 address->in_addr.in6 = *a; in dhcp_pd_request_address()
724 route->dst.in6 = *addr; in dhcp_request_unreachable_route()
787 .address.in6 = *prefix, in dhcp_pd_prefix_add()
823 route->gw.in6.s6_addr32[3] = br_address->s_addr; in dhcp4_pd_request_default_gateway_on_6rd_tunnel()
1093 r = sd_dhcp6_lease_get_server_address(uplink->dhcp6_lease, &server_address.in6); in dhcp6_pd_prefix_acquired()