OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_label
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/pending/
netstat.c
167
char *
state_label
[] = {"", "ESTABLISHED", "SYN_SENT", "SYN_RECV", "FIN_WAIT1", "FIN_WAIT2",
local
170
int sz = ARRAY_LEN(
state_label
);
172
ss_state =
state_label
[state];
175
if (state == 1) ss_state =
state_label
[state];
Completed in 786 milliseconds