Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-manager-bus.c39 path = link_bus_path(link); in method_list_links()
78 path = link_bus_path(link); in method_get_link_by_name()
108 path = link_bus_path(link); in method_get_link_by_index()
Dnetworkd-link-bus.h13 char *link_bus_path(Link *link);
Dnetworkd-dhcp-server-bus.c85 path = link_bus_path(link); in dhcp_server_emit_changed()
Dnetworkd-link-bus.c808 char *link_bus_path(Link *link) { in link_bus_path() function
844 p = link_bus_path(link); in link_node_enumerator()
899 p = link_bus_path(link); in link_send_changed_strv()
/systemd-251/src/resolve/
Dresolved-link-bus.h11 char *link_bus_path(const Link *link);
Dresolved-link-bus.c828 char *link_bus_path(const Link *link) { in link_bus_path() function
861 p = link_bus_path(link); in link_node_enumerator()
Dresolved-bus.c1853 p = link_bus_path(l); in bus_method_get_link()