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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c40 static unsigned sent; variable
82 sent++;
96 sent, brd_sent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhelpevt.tex3 A help event is sent when the user has requested context-sensitive help.
9 A help event is sent to the window that the user clicked on, and is propagated up the
H A Dnoteevt.tex4 there are two of them. The PAGE\_CHANGING event is sent before the current
11 The second event - PAGE\_CHANGED - is sent after the page has been changed and
H A Dqylayevt.tex3 This event is sent when \helpref{wxLayoutAlgorithm}{wxlayoutalgorithm} wishes to get
4 the size, orientation and alignment of a window. More precisely, the event is sent
H A Dsashevt.tex3 A sash event is sent when the sash of a \helpref{wxSashWindow}{wxsashwindow} has been
45 this event is sent to the window, where it may be processed by an event table
H A Dcalclevt.tex3 This event is sent by \helpref{wxLayoutAlgorithm}{wxlayoutalgorithm} to
H A Dchfocevt.tex3 A child focus event is sent to a (parent-)window when one of its child windows gains focus,
H A Dddeservr.tex49 always sent for standard input and output, but in the context of DDE
H A Deraseevt.tex3 An erase event is sent when a window's background needs to be repainted.
H A Dfocusevt.tex3 A focus event is sent when a window's focus changes. The window losing focus
H A Diconevt.tex14 An event being sent when the frame is iconized (minimized) or restored.
H A Dprocevt.tex3 A process event is sent when a process is terminated.
H A Dscrolevt.tex3 A scroll event holds information about events sent from stand-alone
H A Dtcpservr.tex48 always sent for standard input and output.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEMSocket.h114 uint32 sent; member in class:CEMSocket
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.c1396 * and resets the 'sent' counter.
1404 form->sent = 0;
1483 * deliver the formdata to the transfer loop and then sent away to the peer.
1511 if((form->data->length - form->sent ) > wantedsize - gotsize) {
1513 memcpy(buffer + gotsize , form->data->line + form->sent,
1516 form->sent += wantedsize-gotsize;
1522 form->data->line + form->sent,
1523 (form->data->length - form->sent) );
1524 gotsize += form->data->length - form->sent;
1526 form->sent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dsync_serial.c1330 int sent; local
1331 sent = port->catch_tr_descr->after -
1335 port->out_buf_count, sent,
1336 port->out_buf_count - sent,
1339 port->out_buf_count -= sent;
1345 int i, sent; local
1355 sent = port->catch_tr_descr->after -
1360 sent,
1362 port->out_buf_count -= sent;
1371 sent
[all...]

Completed in 172 milliseconds

12345678