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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/aecho/
H A Daecho.c64 static unsigned int nsent = 0, nrecv = 0; variable
72 if ( nsent) {
76 nsent, nrecv, (( nsent - nrecv ) * 100 ) / nsent );
110 nsent++;
111 if (pings && nsent > pings) done(0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c449 int nsent = send(ctxt->fd, xmt_ptr + total_sent, local
451 if (nsent>0)
452 total_sent += nsent;
453 else if ( ( nsent == -1 ) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c448 int nsent = send(ctxt->fd, xmt_ptr + total_sent, local
450 if (nsent>0)
451 total_sent += nsent;
452 else if ( ( nsent == -1 ) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c449 int nsent = send(ctxt->fd, xmt_ptr + total_sent, local
451 if (nsent>0)
452 total_sent += nsent;
453 else if ( ( nsent == -1 ) &&

Completed in 167 milliseconds