Home
last modified time | relevance | path

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

/third_party/toybox/toys/net/
H A Dnetstat.c107 char *state_label[] = {"", "ESTABLISHED", "SYN_SENT", "SYN_RECV", "FIN_WAIT1", in show_ip() local
158 int sz = ARRAY_LEN(state_label); in show_ip()
160 ss_state = state_label[state]; in show_ip()
162 if (state == 1) ss_state = state_label[state]; in show_ip()

Completed in 2 milliseconds