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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c52 int tot_sent, tot_rcvd; variable
133 *(c==1? &tot_sent: &tot_rcvd) += n;
279 *(c==1? &tot_sent: &tot_rcvd) += n;
515 tot_sent = tot_rcvd = 0;
529 printf(" (sent %d, rcvd %d)\n", tot_sent, tot_rcvd);
/netgear-R7000-V1.0.7.12_1.2.5/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);

Completed in 48 milliseconds