Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-address.c532 int address_get(Link *link, const Address *in, Address **ret) { in address_get() function
573 if (address_get(link, tmp, &a) >= 0) { in link_get_address()
876 if (address_get(link, a, &existing) < 0) { in link_drop_ipv6ll_addresses()
929 if (address_get(link, address, &existing) >= 0) in link_drop_foreign_addresses()
1167 if (address_get(link, address, &existing) < 0) { in link_request_address()
1449 (void) address_get(link, tmp, &address); in manager_rtnl_process_address()
Dnetworkd-address.h77 int address_get(Link *link, const Address *in, Address **ret);
Dnetworkd-ipv4ll.c58 if (address_get(link, address, &existing) < 0) in ipv4ll_address_lost()
Dnetworkd-dhcp6.c167 if (address_get(link, address, &existing) < 0 && in verify_dhcp6_address()
228 if (address_get(link, addr, &existing) < 0) in dhcp6_request_address()
Dnetworkd-ndisc.c287 if (address_get(link, address, &existing) < 0) in ndisc_request_address()
476 r = address_get(link, address, &e); in ndisc_router_process_autonomous_prefix()
Dnetworkd-dhcp-prefix-delegation.c367 log_level = address_get(link, address, NULL) >= 0 ? LOG_DEBUG : LOG_INFO; in log_dhcp_pd_address()
420 if (address_get(link, address, &existing) < 0) in dhcp_pd_request_address()
Dnetworkd-dhcp-server.c111 if (address_get(link, address, &existing) >= 0 && in link_request_dhcp_server_address()
Dnetworkd-dhcp4.c919 if (address_get(link, addr, &existing) < 0) /* The address is new. */ in dhcp4_request_address()