Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dsd-dhcp6-lease.c360 if (strv_contains(lease->ntp_fqdn, server)) in dhcp6_lease_add_ntp()
363 r = strv_consume(&lease->ntp_fqdn, TAKE_PTR(server)); in dhcp6_lease_add_ntp()
394 if (lease->sntp && !lease->ntp_fqdn) { in sd_dhcp6_lease_get_ntp_addrs()
407 if (!lease->ntp_fqdn) in sd_dhcp6_lease_get_ntp_fqdn()
411 *ret = lease->ntp_fqdn; in sd_dhcp6_lease_get_ntp_fqdn()
412 return strv_length(lease->ntp_fqdn); in sd_dhcp6_lease_get_ntp_fqdn()
662 strv_free(lease->ntp_fqdn); in dhcp6_lease_free()
Ddhcp6-lease-internal.h42 char **ntp_fqdn; member
/systemd-251/src/network/
Dnetworkd-json.c757 char **ntp_fqdn; in ntp_build_json() local
782 n_ntp = sd_dhcp6_lease_get_ntp_fqdn(link->dhcp6_lease, &ntp_fqdn); in ntp_build_json()
790 ntp_fqdn[i], in ntp_build_json()