Lines Matching refs:in_addr
65 if (in4_addr_is_localhost(&address->in_addr.in)) in network_adjust_dhcp_server()
68 if (in4_addr_is_link_local(&address->in_addr.in)) in network_adjust_dhcp_server()
107 address->in_addr.in = link->network->dhcp_server_address; in link_request_dhcp_server_address()
140 if (in4_addr_is_localhost(&address->in_addr.in)) in link_find_dhcp_server_address()
142 if (in4_addr_is_link_local(&address->in_addr.in)) in link_find_dhcp_server_address()
179 _cleanup_free_ struct in_addr *addresses = NULL; in link_push_uplink_to_dhcp_server()
198 struct in_addr ia; in link_push_uplink_to_dhcp_server()
261 const struct in_addr *da; in link_push_uplink_to_dhcp_server()
282 struct in_addr **addresses, in dhcp4_server_parse_dns_server_string_and_warn()
320 _cleanup_free_ struct in_addr *addresses = NULL; in dhcp4_server_set_dns_from_resolve_conf()
398 … r = sd_dhcp_server_configure_pool(link->dhcp_server, &address->in_addr.in, address->prefixlen, in dhcp4_server_configure()
724 network->dhcp_server_address = (struct in_addr) {}; in config_parse_dhcp_server_address()