Searched refs:address_get (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/network/ |
D | networkd-address.c | 532 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()
|
D | networkd-address.h | 77 int address_get(Link *link, const Address *in, Address **ret);
|
D | networkd-ipv4ll.c | 58 if (address_get(link, address, &existing) < 0) in ipv4ll_address_lost()
|
D | networkd-dhcp6.c | 167 if (address_get(link, address, &existing) < 0 && in verify_dhcp6_address() 228 if (address_get(link, addr, &existing) < 0) in dhcp6_request_address()
|
D | networkd-ndisc.c | 287 if (address_get(link, address, &existing) < 0) in ndisc_request_address() 476 r = address_get(link, address, &e); in ndisc_router_process_autonomous_prefix()
|
D | networkd-dhcp-prefix-delegation.c | 367 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()
|
D | networkd-dhcp-server.c | 111 if (address_get(link, address, &existing) >= 0 && in link_request_dhcp_server_address()
|
D | networkd-dhcp4.c | 919 if (address_get(link, addr, &existing) < 0) /* The address is new. */ in dhcp4_request_address()
|