Searched refs:tcps_sndwinup (Results 1 - 6 of 6) sorted by relevance

/external/qemu/slirp/
H A Dtcp_var.h194 u_long tcps_sndwinup; /* window update-only packets sent */ member in struct:tcpstat
H A Ddebug.c192 lprint(" %6d window update packets\r\n", tcpstat.tcps_sndwinup);
H A Dtcp_output.c386 STAT(tcpstat.tcps_sndwinup++);
/external/qemu/slirp-android/
H A Dtcp_var.h198 u_long tcps_sndwinup; /* window update-only packets sent */ member in struct:tcpstat
H A Ddebug.c188 lprint(" %6d window update packets\r\n", tcpstat.tcps_sndwinup);
H A Dtcp_output.c386 STAT(tcpstat.tcps_sndwinup++);

Completed in 23 milliseconds