Searched defs:links (Results 1 - 5 of 5) sorted by relevance

/systemd/src/network/
H A Dnetworkd-wait-online.h33 Hashmap *links; member in struct:Manager
H A Dnetworkd.h57 Hashmap *links; member in struct:Manager
H A Dnetworkctl.c119 _cleanup_free_ LinkInfo *links = NULL; local
149 if (!GREEDY_REALLOC(links, size, c+1))
152 links[c].name = name;
153 links[c].ifindex = ifindex;
154 links[c].iftype = iftype;
158 qsort_safe(links, c, sizeof(LinkInfo), link_info_compare);
160 *ret = links;
161 links = NULL;
200 _cleanup_free_ LinkInfo *links = NULL; local
219 return log_error_errno(r, "Failed to enumerate links
711 _cleanup_free_ LinkInfo *links = NULL; local
898 _cleanup_free_ LinkInfo *links = NULL; local
[all...]
/systemd/src/test/
H A Dtest-copy.c90 char **links = STRV_MAKE("link", "file", local
104 STRV_FOREACH_PAIR(link, p, links) {
124 STRV_FOREACH_PAIR(link, p, links) {
/systemd/src/resolve/
H A Dresolved-manager.h51 Hashmap *links; member in struct:Manager

Completed in 14 milliseconds