Searched refs:sent (Results 51 - 75 of 267) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiwget.c334 int sent; local
405 sent = 0;
407 while(sent < len)
409 n = send(s, buf+sent, len-sent, 0);
418 sent += n;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpevents.c97 int sent; member in struct:upnp_event_notify
358 //DEBUG DPRINTF(E_DEBUG, L_HTTP, "Sending UPnP Event:\n%s", obj->buffer+obj->sent);
359 while( obj->sent < obj->tosend ) {
360 i = send(obj->s, obj->buffer + obj->sent, obj->tosend - obj->sent, 0);
366 obj->sent += i;
368 if(obj->sent == obj->tosend)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiwget.c334 int sent; local
405 sent = 0;
407 while(sent < len)
409 n = send(s, buf+sent, len-sent, 0);
418 sent += n;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpevents.c58 int sent; member in struct:upnp_event_notify
413 "upnp_event_send", obj->buffer + obj->sent);
414 i = send(obj->s, obj->buffer + obj->sent, obj->tosend - obj->sent, 0);
421 /* EAGAIN or EWOULDBLOCK or EINTR : no data sent */
425 if(i != (obj->tosend - obj->sent))
427 "upnp_event_send", i, obj->tosend - obj->sent);
428 obj->sent += i;
429 if(obj->sent == obj->tosend)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpevents.c58 int sent; member in struct:upnp_event_notify
413 "upnp_event_send", obj->buffer + obj->sent);
414 i = send(obj->s, obj->buffer + obj->sent, obj->tosend - obj->sent, 0);
421 /* EAGAIN or EWOULDBLOCK or EINTR : no data sent */
425 if(i != (obj->tosend - obj->sent))
427 "upnp_event_send", i, obj->tosend - obj->sent);
428 obj->sent += i;
429 if(obj->sent == obj->tosend)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dadb-iop.c71 * Completion routine for ADB commands sent to the IOP.
73 * This will be called when a packet has been successfully sent.
189 req->sent = 1;
194 /* when the packet has been sent. */
238 req->sent = 0;
H A Dmacio-adb.c180 req->sent = 0;
220 req->sent = 1;
237 if (current_req && current_req->sent) {
H A Dvia-macii.c221 req.sent = 0;
265 req->sent = 0;
437 req->sent = 1;
465 /* just sent the command byte, set to EVEN */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dadb-iop.c71 * Completion routine for ADB commands sent to the IOP.
73 * This will be called when a packet has been successfully sent.
189 req->sent = 1;
194 /* when the packet has been sent. */
238 req->sent = 0;
H A Dmacio-adb.c180 req->sent = 0;
220 req->sent = 1;
237 if (current_req && current_req->sent) {
H A Dvia-macii.c221 req.sent = 0;
265 req->sent = 0;
437 req->sent = 1;
465 /* just sent the command byte, set to EVEN */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpevents.c58 int sent; member in struct:upnp_event_notify
413 "upnp_event_send", obj->buffer + obj->sent);
414 i = send(obj->s, obj->buffer + obj->sent, obj->tosend - obj->sent, 0);
421 /* EAGAIN or EWOULDBLOCK or EINTR : no data sent */
425 if(i != (obj->tosend - obj->sent))
427 "upnp_event_send", i, obj->tosend - obj->sent);
428 obj->sent += i;
429 if(obj->sent == obj->tosend)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h100 struct list_head sent; member in struct:ibmvscsi_host_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h100 struct list_head sent; member in struct:ibmvscsi_host_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DFTPServer.pm301 my ($r, $buffer, $n, $w, $sent);
304 $sent = 0;
305 while ($sent < length($content))
307 $buffer = substr($content, $sent, 65536);
334 $sent += $r;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/tests/
H A DFTPServer.pm301 my ($r, $buffer, $n, $w, $sent);
304 $sent = 0;
305 while ($sent < length($content))
307 $buffer = substr($content, $sent, 65536);
334 $sent += $r;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/tests/
H A DFTPServer.pm301 my ($r, $buffer, $n, $w, $sent);
304 $sent = 0;
305 while ($sent < length($content))
307 $buffer = substr($content, $sent, 65536);
334 $sent += $r;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/bluetooth/
H A Dbfusb.c474 int sent = 0, size, count; local
517 buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0);
522 skb_copy_from_linear_data_offset(skb, sent, skb_put(nskb, size), size);
524 sent += size;
565 int err, pipe, len, size, sent = 0; local
592 memcpy(buf, firmware + sent, size);
602 sent += size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/bluetooth/
H A Dbfusb.c474 int sent = 0, size, count; local
517 buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0);
522 skb_copy_from_linear_data_offset(skb, sent, skb_put(nskb, size), size);
524 sent += size;
565 int err, pipe, len, size, sent = 0; local
592 memcpy(buf, firmware + sent, size);
602 sent += size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Diw_send.c514 int sent; local
624 sent = 0;
687 sent += len;
724 /* Account the RDS header in the number of bytes we sent, but just once.
727 sent += sizeof(struct rds_header);
759 ret = sent;
800 int sent; local
854 sent = 0;
905 sent += len;
906 rdsdebug("ic %p sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Diw_send.c514 int sent; local
624 sent = 0;
687 sent += len;
724 /* Account the RDS header in the number of bytes we sent, but just once.
727 sent += sizeof(struct rds_header);
759 ret = sent;
800 int sent; local
854 sent = 0;
905 sent += len;
906 rdsdebug("ic %p sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb-0.1.12/
H A Dbsd.c364 int fd, ret, sent = 0; local
387 ret = write(fd, bytes+sent, size-sent);
397 sent += ret;
398 } while (ret > 0 && sent < size);
400 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb-0.1.12/
H A Dbsd.c364 int fd, ret, sent = 0; local
387 ret = write(fd, bytes+sent, size-sent);
397 sent += ret;
398 } while (ret > 0 && sent < size);
400 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb-0.1.12/
H A Dbsd.c364 int fd, ret, sent = 0; local
387 ret = write(fd, bytes+sent, size-sent);
397 sent += ret;
398 } while (ret > 0 && sent < size);
400 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A DdetectWAN_arp.c46 unsigned sent; member in struct:globals
71 #define sent (G.sent ) macro

Completed in 295 milliseconds

1234567891011