Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dnetstat.c167 char *state_label[] = {"", "ESTABLISHED", "SYN_SENT", "SYN_RECV", "FIN_WAIT1", "FIN_WAIT2", in display_data() local
170 int sz = ARRAY_LEN(state_label); in display_data()
172 ss_state = state_label[state]; in display_data()
175 if (state == 1) ss_state = state_label[state]; in display_data()