Searched refs:sent (Results 76 - 100 of 267) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A DdetectWAN_arp.c46 unsigned sent; member in struct:globals
71 #define sent (G.sent ) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A DdetectWAN_arp.c46 unsigned sent; member in struct:globals
71 #define sent (G.sent ) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dsock.c571 int sent = 0; local
593 if (sent == 0)
594 sent = err;
602 if (sent == 0)
603 sent = err;
610 if (sent == 0)
611 sent = err;
615 sent += size;
621 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Dib_send.c482 int sent; local
593 sent = 0;
656 sent += len;
693 /* Account the RDS header in the number of bytes we sent, but just once.
696 sent += sizeof(struct rds_header);
730 ret = sent;
751 int sent; local
790 sent = 0;
829 sent += len;
830 rdsdebug("ic %p sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dsunhv.c63 unsigned long len, status, sent; local
67 status = sun4v_con_write(ra, len, &sent);
70 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1);
71 port->icount.tx += sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_iseries.c147 int sent = 0; local
158 sent = count;
189 sent += len;
197 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dsunhv.c63 unsigned long len, status, sent; local
67 status = sun4v_con_write(ra, len, &sent);
70 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1);
71 port->icount.tx += sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dsock.c571 int sent = 0; local
593 if (sent == 0)
594 sent = err;
602 if (sent == 0)
603 sent = err;
610 if (sent == 0)
611 sent = err;
615 sent += size;
621 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Dib_send.c482 int sent; local
593 sent = 0;
656 sent += len;
693 /* Account the RDS header in the number of bytes we sent, but just once.
696 sent += sizeof(struct rds_header);
730 ret = sent;
751 int sent; local
790 sent = 0;
829 sent += len;
830 rdsdebug("ic %p sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_iseries.c147 int sent = 0; local
158 sent = count;
189 sent += len;
197 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dlibiscsi.h102 int sent; /* R2T sequence progress */ member in struct:iscsi_r2t_info
142 return task->unsol_r2t.data_length > task->unsol_r2t.sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dformdata.c1285 * and resets the 'sent' counter.
1293 form->sent = 0;
1340 * deliver the formdata to the transfer loop and then sent away to the peer.
1368 if((form->data->length - form->sent ) > wantedsize - gotsize) {
1370 memcpy(buffer + gotsize , form->data->line + form->sent,
1373 form->sent += wantedsize-gotsize;
1379 form->data->line + form->sent,
1380 (form->data->length - form->sent) );
1381 gotsize += form->data->length - form->sent;
1383 form->sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h102 int sent; /* R2T sequence progress */ member in struct:iscsi_r2t_info
142 return task->unsol_r2t.data_length > task->unsol_r2t.sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dformdata.c1285 * and resets the 'sent' counter.
1293 form->sent = 0;
1340 * deliver the formdata to the transfer loop and then sent away to the peer.
1368 if((form->data->length - form->sent ) > wantedsize - gotsize) {
1370 memcpy(buffer + gotsize , form->data->line + form->sent,
1373 form->sent += wantedsize-gotsize;
1379 form->data->line + form->sent,
1380 (form->data->length - form->sent) );
1381 gotsize += form->data->length - form->sent;
1383 form->sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dformdata.c1285 * and resets the 'sent' counter.
1293 form->sent = 0;
1340 * deliver the formdata to the transfer loop and then sent away to the peer.
1368 if((form->data->length - form->sent ) > wantedsize - gotsize) {
1370 memcpy(buffer + gotsize , form->data->line + form->sent,
1373 form->sent += wantedsize-gotsize;
1379 form->data->line + form->sent,
1380 (form->data->length - form->sent) );
1381 gotsize += form->data->length - form->sent;
1383 form->sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_pim.c104 message with a zero HoldTime should be sent immediately (with the
452 ssize_t sent; local
479 sent = sendto(fd, pim_msg, pim_msg_size, MSG_DONTWAIT, &to, tolen);
480 if (sent != (ssize_t) pim_msg_size) {
484 if (sent < 0) {
491 zlog_warn("%s: sendto() partial to %s on %s: fd=%d msg_size=%d: sent=%zd",
494 pim_msg_size, sent);
630 interface on which it has not yet sent a Hello message with the
660 new Hello message should be sent on this interface after a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/async_req/
H A Dasync_sock.c44 ssize_t sent; member in struct:async_send_state
87 state->sent = send(state->fd, state->buf, state->len, state->flags);
88 if ((state->sent == -1) && (errno == EINTR)) {
92 if (state->sent == -1) {
107 return state->sent;
287 * @param[in] ev The event context that sent us here
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_pim.c104 message with a zero HoldTime should be sent immediately (with the
452 ssize_t sent; local
479 sent = sendto(fd, pim_msg, pim_msg_size, MSG_DONTWAIT, &to, tolen);
480 if (sent != (ssize_t) pim_msg_size) {
484 if (sent < 0) {
491 zlog_warn("%s: sendto() partial to %s on %s: fd=%d msg_size=%d: sent=%zd",
494 pim_msg_size, sent);
630 interface on which it has not yet sent a Hello message with the
660 new Hello message should be sent on this interface after a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/async_req/
H A Dasync_sock.c44 ssize_t sent; member in struct:async_send_state
87 state->sent = send(state->fd, state->buf, state->len, state->flags);
88 if ((state->sent == -1) && (errno == EINTR)) {
92 if (state->sent == -1) {
107 return state->sent;
287 * @param[in] ev The event context that sent us here
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_pim.c104 message with a zero HoldTime should be sent immediately (with the
452 ssize_t sent; local
479 sent = sendto(fd, pim_msg, pim_msg_size, MSG_DONTWAIT, &to, tolen);
480 if (sent != (ssize_t) pim_msg_size) {
484 if (sent < 0) {
491 zlog_warn("%s: sendto() partial to %s on %s: fd=%d msg_size=%d: sent=%zd",
494 pim_msg_size, sent);
630 interface on which it has not yet sent a Hello message with the
660 new Hello message should be sent on this interface after a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/async_req/
H A Dasync_sock.c44 ssize_t sent; member in struct:async_send_state
87 state->sent = send(state->fd, state->buf, state->len, state->flags);
88 if ((state->sent == -1) && (errno == EINTR)) {
92 if (state->sent == -1) {
107 return state->sent;
287 * @param[in] ev The event context that sent us here
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c159 * lan_reply - Handle all data sent from the hardware.
575 struct sk_buff *sent; local
580 sent = priv->SendCtl[ctx].skb;
583 dev->stats.tx_bytes += sent->len;
585 dioprintk((KERN_INFO MYNAM ": %s/%s: @%s, skb %p sent.\n",
587 __func__, sent));
592 dev_kfree_skb_irq(sent);
608 struct sk_buff *sent; local
633 printk (KERN_ERR MYNAM ": %s/%s: ERROR - Invalid SGL sent to IOC!\n",
648 sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptlan.c159 * lan_reply - Handle all data sent from the hardware.
575 struct sk_buff *sent; local
580 sent = priv->SendCtl[ctx].skb;
583 dev->stats.tx_bytes += sent->len;
585 dioprintk((KERN_INFO MYNAM ": %s/%s: @%s, skb %p sent.\n",
587 __func__, sent));
592 dev_kfree_skb_irq(sent);
608 struct sk_buff *sent; local
633 printk (KERN_ERR MYNAM ": %s/%s: ERROR - Invalid SGL sent to IOC!\n",
648 sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c75 * pkts sent to dma engine are queued on this
79 struct list_head sent; member in struct:ipath_user_sdma_queue
111 INIT_LIST_HEAD(&pq->sent);
574 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) {
634 if (list_empty(&pq->sent)) {
644 if (!list_empty(&pq->sent)) {
650 list_splice_init(&pq->sent, &free_list);
775 list_move_tail(&pkt->list, &pq->sent);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c74 * pkts sent to dma engine are queued on this
78 struct list_head sent; member in struct:qib_user_sdma_queue
110 INIT_LIST_HEAD(&pq->sent);
575 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) {
636 if (list_empty(&pq->sent)) {
646 if (!list_empty(&pq->sent)) {
652 list_splice_init(&pq->sent, &free_list);
786 list_move_tail(&pkt->list, &pq->sent);

Completed in 365 milliseconds

1234567891011