OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcpstates
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
tcp.h
169
extern const char * const
tcpstates
[];
debug.c
309
n = sprintf(buff, "tcp[%s]", so->so_tcpcb?
tcpstates
[so->so_tcpcb->t_state]:"NONE");
tcp_output.c
47
const char * const
tcpstates
[] = {
variable
/external/qemu/slirp-android/
tcp.h
171
extern const char * const
tcpstates
[];
debug.c
281
n = sprintf(buff, "tcp[%s]", so->so_tcpcb?
tcpstates
[so->so_tcpcb->t_state]:"NONE");
tcp_output.c
47
const char * const
tcpstates
[] = {
variable
Completed in 33 milliseconds