OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcp_states
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/
socket_info.h
30
// those defined in kernel/inlude/net/
tcp_states
.h
/system/extras/tests/net_test/
tcp_test.py
24
# TCP states. See include/net/
tcp_states
.h.
/external/libnl/lib/netfilter/
ct_obj.c
433
static struct trans_tbl
tcp_states
[] = {
variable in typeref:struct:trans_tbl
448
return __type2str(state, buf, len,
tcp_states
, ARRAY_SIZE(
tcp_states
));
453
return __str2type(name,
tcp_states
, ARRAY_SIZE(
tcp_states
));
/external/toybox/toys/pending/
lsof.c
187
char *
tcp_states
[] = {
local
224
tcp_states
[state]);
/cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java
280
// 0A = TCP_LISTEN from include/net/
tcp_states
.h
Completed in 635 milliseconds