Searched refs:operational_state (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/network/wait-online/ |
D | manager.c | 80 if (l->operational_state < s.min || l->operational_state > s.max) { in manager_link_is_online() 82 link_operstate_to_string(l->operational_state), in manager_link_is_online()
|
D | link.h | 21 LinkOperationalState operational_state; member
|
D | link.c | 126 r = network_link_get_operational_state(l->ifindex, &l->operational_state); in link_update_monitor()
|
/systemd-251/src/network/ |
D | networkctl.c | 833 _cleanup_free_ char *setup_state = NULL, *operational_state = NULL; in list_links() local 837 (void) sd_network_link_get_operational_state(links[i].ifindex, &operational_state); in list_links() 838 … operational_state_to_color(links[i].name, operational_state, &on_color_operational, NULL); in list_links() 853 TABLE_STRING, operational_state, in list_links() 1553 … *setup_state = NULL, *operational_state = NULL, *online_state = NULL, *activation_policy = NULL; in link_status_one() local 1565 (void) sd_network_link_get_operational_state(info->ifindex, &operational_state); in link_status_one() 1566 …operational_state_to_color(info->name, operational_state, &on_color_operational, &off_color_operat… in link_status_one() 1653 … on_color_operational, strna(operational_state), off_color_operational, in link_status_one() 2304 _cleanup_free_ char *operational_state = NULL, *online_state = NULL; in system_status() local 2313 (void) sd_network_get_operational_state(&operational_state); in system_status() [all …]
|
D | networkd-manager.h | 43 LinkOperationalState operational_state; member
|
D | networkd-state-file.c | 283 if (m->operational_state != operstate) { in manager_save() 284 m->operational_state = operstate; in manager_save()
|
D | networkd-manager-bus.c | 293 …ionalState", "s", property_get_operational_state, offsetof(Manager, operational_state), SD_BUS_VTA…
|