OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcps_connattempt
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
tcp_var.h
170
u_long
tcps_connattempt
; /* connections initiated */
member in struct:tcpstat
debug.c
219
lprint(" %6d connection requests\r\n", tcpstat.
tcps_connattempt
);
tcp_subr.c
503
STAT(tcpstat.
tcps_connattempt
++);
835
STAT(tcpstat.
tcps_connattempt
++);
[
all
...]
/external/qemu/slirp-android/
tcp_var.h
174
u_long
tcps_connattempt
; /* connections initiated */
member in struct:tcpstat
debug.c
215
lprint(" %6d connection requests\r\n", tcpstat.
tcps_connattempt
);
tcp_subr.c
659
STAT(tcpstat.
tcps_connattempt
++);
Completed in 663 milliseconds