Searched refs:oper_states (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/bridge/
H A Dlink.c63 static const char *oper_states[] = { variable
72 if (state >= ARRAY_SIZE(oper_states))
75 fprintf(f, "state %s ", oper_states[state]);
/external/iproute2/ip/
H A Dipaddress.c122 static const char *oper_states[] = { variable
129 if (state >= ARRAY_SIZE(oper_states)) {
139 oper_states[state]);
144 NULL, oper_states[state]);
148 "%s ", oper_states[state]);
157 for (i = 0; i < ARRAY_SIZE(oper_states); i++)
158 if (strcasecmp(name, oper_states[i]) == 0)

Completed in 83 milliseconds