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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 9 milliseconds