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

/external/iproute2/ip/
H A Dipaddress.c119 static const char *oper_states[] = { variable
126 if (state >= sizeof(oper_states)/sizeof(oper_states[0]))
129 fprintf(f, "state %s ", oper_states[state]);

Completed in 13 milliseconds