Searched refs:tot_sent (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dpppdump.c31 int tot_sent, tot_rcvd; variable
105 *(c==1? &tot_sent: &tot_rcvd) += n;
250 *(c==1? &tot_sent: &tot_rcvd) += n;
484 tot_sent = tot_rcvd = 0;
498 printf(" (sent %d, rcvd %d)\n", tot_sent, tot_rcvd);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dpppdump.c52 int tot_sent, tot_rcvd; variable
132 *(c==1? &tot_sent: &tot_rcvd) += n;
279 *(c==1? &tot_sent: &tot_rcvd) += n;
513 tot_sent = tot_rcvd = 0;
527 printf(" (sent %d, rcvd %d)\n", tot_sent, tot_rcvd);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dpppdump.c51 int tot_sent, tot_rcvd; variable
125 *(c==1? &tot_sent: &tot_rcvd) += n;
270 *(c==1? &tot_sent: &tot_rcvd) += n;
504 tot_sent = tot_rcvd = 0;
518 printf(" (sent %d, rcvd %d)\n", tot_sent, tot_rcvd);

Completed in 98 milliseconds