Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp6.c204 const struct in6_addr *ip6_addr, in dhcp6_request_address() argument
219 addr->in_addr.in6 = *ip6_addr; in dhcp6_request_address()
238 (void) in6_addr_to_string(ip6_addr, &buffer); in dhcp6_request_address()
267 struct in6_addr ip6_addr; in dhcp6_address_acquired() local
269 …r = sd_dhcp6_lease_get_address(link->dhcp6_lease, &ip6_addr, &lifetime_preferred_sec, &lifetime_va… in dhcp6_address_acquired()
273 r = dhcp6_request_address(link, &server_address, &ip6_addr, in dhcp6_address_acquired()