Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-link.h243 int link_flags_to_string_alloc(uint32_t flags, char **ret);
Dnetworkd-json.c1165 r = link_flags_to_string_alloc(link->flags, &flags); in link_build_json()
Dnetworkd-link.c2715 int link_flags_to_string_alloc(uint32_t flags, char **ret) { in link_flags_to_string_alloc() function