Searched refs:normalized (Results 1 - 3 of 3) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-search-domain.c31 _cleanup_free_ char *normalized = NULL; local
39 r = dns_name_normalize(name, &normalized);
58 d->name = normalized;
59 normalized = NULL;
/systemd/src/libsystemd-network/
H A Dsd-dhcp-lease.c357 _cleanup_free_ char *name = NULL, *normalized = NULL; local
371 r = dns_name_normalize(name, &normalized);
375 if (is_localhost(normalized))
378 if (dns_name_is_root(normalized))
382 *ret = normalized;
383 normalized = NULL;
/systemd/src/network/
H A Dnetworkd-network.c502 _cleanup_free_ char *w = NULL, *normalized = NULL; local
524 r = dns_name_normalize(domain, &normalized);
530 domain = normalized;

Completed in 2204 milliseconds