Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-json.c729 int n_ntp; in ntp_build_json() local
735 n_ntp = sd_dhcp_lease_get_ntp(link->dhcp_lease, &ntp); in ntp_build_json()
736 for (int i = 0; i < n_ntp; i++) { in ntp_build_json()
758 int n_ntp; in ntp_build_json() local
764 n_ntp = sd_dhcp6_lease_get_ntp_addrs(link->dhcp6_lease, &ntp_addr); in ntp_build_json()
765 for (int i = 0; i < n_ntp; i++) { in ntp_build_json()
782 n_ntp = sd_dhcp6_lease_get_ntp_fqdn(link->dhcp6_lease, &ntp_fqdn); in ntp_build_json()
783 for (int i = 0; i < n_ntp; i++) { in ntp_build_json()