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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dlogging.h77 size_t stat_recv; member in struct:logging_data
H A Dlogging.c108 *recv = data->stat_recv;
117 data->stat_recv = 0;
140 data->stat_recv += res;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dlogging.h77 size_t stat_recv; member in struct:logging_data
H A Dlogging.c108 *recv = data->stat_recv;
117 data->stat_recv = 0;
140 data->stat_recv += res;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c1003 size_t stat_sent, stat_recv; local
1106 soap_get_logging_stats(soap, &stat_sent, &stat_recv);
1114 html_hbar(soap, "RECV(kB)", 120, stat_recv/1024, 0x00FFFF);
1117 html_hbar(soap, "RECV(kB/s)", 120, stat_recv/elapsed/1024, 0x00FFFF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c1003 size_t stat_sent, stat_recv; local
1106 soap_get_logging_stats(soap, &stat_sent, &stat_recv);
1114 html_hbar(soap, "RECV(kB)", 120, stat_recv/1024, 0x00FFFF);
1117 html_hbar(soap, "RECV(kB/s)", 120, stat_recv/elapsed/1024, 0x00FFFF);

Completed in 93 milliseconds