Home
last modified time | relevance | path

Searched refs:LinkOperationalStateRange (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/libsystemd/sd-network/
Dnetwork-util.h77 typedef struct LinkOperationalStateRange { struct
80 } LinkOperationalStateRange; argument
82 #define LINK_OPERSTATE_RANGE_DEFAULT (LinkOperationalStateRange) { LINK_OPERSTATE_DEGRADED, \
85 int parse_operational_state_range(const char *str, LinkOperationalStateRange *out);
Dnetwork-util.c93 int parse_operational_state_range(const char *str, LinkOperationalStateRange *out) { in parse_operational_state_range()
94 LinkOperationalStateRange range = { _LINK_OPERSTATE_INVALID, _LINK_OPERSTATE_INVALID }; in parse_operational_state_range()
/systemd-251/src/network/wait-online/
Dwait-online.c21 static LinkOperationalStateRange arg_required_operstate = { _LINK_OPERSTATE_INVALID, _LINK_OPERSTAT…
59 _cleanup_free_ LinkOperationalStateRange *range = NULL; in parse_interface_with_operstate_range()
65 range = new(LinkOperationalStateRange, 1); in parse_interface_with_operstate_range()
157 LinkOperationalStateRange range; in parse_argv()
Dmanager.h23 LinkOperationalStateRange required_operstate;
38 LinkOperationalStateRange required_operstate,
Dmanager.c35 static int manager_link_is_online(Manager *m, Link *l, LinkOperationalStateRange s) { in manager_link_is_online()
124 LinkOperationalStateRange *range; in manager_configured()
165 (LinkOperationalStateRange) { _LINK_OPERSTATE_INVALID, in manager_configured()
353 LinkOperationalStateRange required_operstate, in manager_new()
Dlink.h20 LinkOperationalStateRange required_operstate;
/systemd-251/src/network/
Dnetworkd-network.h99 LinkOperationalStateRange required_operstate_for_online;
Dnetworkd-state-file.c527 LinkOperationalStateRange st = link->network->required_operstate_for_online; in link_save()
Dnetworkd-network.c1178 LinkOperationalStateRange range; in config_parse_required_for_online()