Searched defs:operstate (Results 1 - 4 of 4) sorted by relevance

/systemd/src/resolve/
H A Dresolved-link.h83 uint8_t operstate; member in struct:Link
/systemd/src/network/
H A Dnetworkd-link.h80 LinkOperationalState operstate; member in struct:Link
H A Dnetworkd-manager.c835 LinkOperationalState operstate = LINK_OPERSTATE_OFF; local
863 if (link->operstate > operstate)
864 operstate = link->operstate;
932 operstate_str = link_operstate_to_string(operstate);
959 if (m->operational_state != operstate) {
960 m->operational_state = operstate;
1318 if (link->operstate < LINK_OPERSTATE_ROUTABLE)
H A Dnetworkd-link.c171 LinkOperationalState operstate; local
175 operstate = LINK_OPERSTATE_DORMANT;
190 /* for operstate we also take foreign addresses into account */
201 operstate = LINK_OPERSTATE_ROUTABLE;
204 operstate = LINK_OPERSTATE_DEGRADED;
207 operstate = LINK_OPERSTATE_CARRIER;
209 operstate = LINK_OPERSTATE_NO_CARRIER;
211 operstate = LINK_OPERSTATE_OFF;
213 if (link->operstate != operstate) {
228 uint8_t operstate; local
[all...]

Completed in 23 milliseconds