OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcps_accepts
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
tcp_var.h
171
u_long
tcps_accepts
; /* connections accepted */
member in struct:tcpstat
debug.c
220
lprint(" %6d connection accepts\r\n", tcpstat.
tcps_accepts
);
tcp_input.c
733
STAT(tcpstat.
tcps_accepts
++);
[
all
...]
/external/qemu/slirp-android/
tcp_var.h
175
u_long
tcps_accepts
; /* connections accepted */
member in struct:tcpstat
debug.c
216
lprint(" %6d connection accepts\r\n", tcpstat.
tcps_accepts
);
tcp_input.c
739
STAT(tcpstat.
tcps_accepts
++);
[
all
...]
Completed in 1321 milliseconds