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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/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 ) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dusbduxfast.c212 int tmp, nsent; local
226 udfs->dux_commands, SIZEOFDUXBUFFER, &nsent, 10000);
H A Dusbdux.c1100 int result, nsent; local
1114 &nsent, BULK_TIMEOUT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c1516 int nsent = 0; local
1565 nsent++;
1568 return nsent;

Completed in 145 milliseconds