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

/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Dpppdump.c55 int tot_sent, tot_rcvd; variable
158 *(c==1? &tot_sent: &tot_rcvd) += n;
295 *(c==1? &tot_sent: &tot_rcvd) += n;
529 tot_sent = tot_rcvd = 0;
543 printf(" (sent %d, rcvd %d)\n", tot_sent, tot_rcvd);

Completed in 46 milliseconds