Home
last modified time | relevance | path

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

/systemd-251/src/nss-mymachines/
Dnss-mymachines.c100 _cleanup_free_ int *ifindices = NULL; in _nss_mymachines_gethostbyname4_r() local
124 n_ifindices = sd_machine_get_ifindices(name, &ifindices); in _nss_mymachines_gethostbyname4_r()
203 r_tuple->scopeid = n_ifindices == 1 ? ifindices[0] : 0; in _nss_mymachines_gethostbyname4_r()
/systemd-251/src/libsystemd/sd-login/
Dsd-login.c912 _cleanup_free_ int *ifindices = NULL; in sd_machine_get_ifindices() local
914 ifindices = new(int, strv_length(tt)); in sd_machine_get_ifindices()
915 if (!ifindices) in sd_machine_get_ifindices()
929 ifindices[n] = ind; in sd_machine_get_ifindices()
934 *ret_ifindices = TAKE_PTR(ifindices); in sd_machine_get_ifindices()
/systemd-251/src/machine/
Dmachined-dbus.c1047 …, id, "s", service, "s", class, "u", leader, "s", root_directory, "ai", ifindices, "a(sv)", scope_…
1055 …("s", name, "ay", id, "s", service, "s", class, "u", leader, "s", root_directory, "ai", ifindices),