Searched refs:sent (Results 126 - 150 of 193) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Discsi_iser.c228 r2t->sent += r2t->data_count;
230 r2t->data_length - r2t->sent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprocess.tex12 parent, it is responsible for deleting the wxProcess object which sent it.
97 from its parent, no notification events will be sent to the parent and the
H A Dsocket.tex413 be sent to the application. If {\it notify} is false; no events
414 will be sent.
606 SetNotify specifies which socket events are to be sent to the event handler.
720 This function reads a buffer sent by \helpref{WriteMsg}{wxsocketbasewritemsg}
928 \docparam{buffer}{Buffer with the data to be sent.}
957 knows how much data should it actually read. So, a buffer sent with WriteMsg
959 buffer to be sent, unless an error occurs.
967 \docparam{buffer}{Buffer with the data to be sent.}
H A Dstream.tex110 are cached in a buffer before being sent in one block to the stream.
284 Toggles the flushable flag. If {\it flushable} is disabled, no data are sent
H A Dhyperlink.tex17 sent but if that event is not handled (or it's skipped; see
H A Djoystick.tex286 \docparam{pollingFreq}{If zero, movement events are sent when above the
H A Dlayalgor.tex146 (that is, a non-query OnCalculateLayout event will not be sent to this window and the window will be set
H A Dlog.tex319 and not sent to the active log target.
405 // all the log messages are sent to stderr and also processed as usually
628 {\tt FILE}. If it is {\tt NULL}, the messages are sent to {\tt stderr}.
659 output stream. If it is {\tt NULL}, the messages are sent to {\tt cerr}.
H A Dtdelwin.tex28 since otherwise there is the danger that events will be sent to a non-existent window.
H A Dview.tex186 that sent the update request, or NULL if no single view requested the update (for instance,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.h291 int sent; /*data already sent */ member in struct:qe_ep
292 int last; /*data sent in the last time*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_socket.c389 if (mesg->sent == 1)
473 mesg->sent = 1;
795 mesg->sent = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvcs.c566 int sent; local
570 sent = hvc_put_chars(unit_address,
573 if (sent > 0) {
623 /* Give the TTY time to process the data we just sent. */
1385 * tosend we record that it was sent regardless of whether the
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_socket.c389 if (mesg->sent == 1)
473 mesg->sent = 1;
795 mesg->sent = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_rc.c106 * response has been sent instead of only being
146 e->sent = 1;
164 e->sent = 1;
185 e->sent = 1;
726 * available, the ACK is sent ahead of other outgoing
1004 * Start timer after a packet requesting an ACK has been sent and
1182 * used and requests are sent after an RDMA read or atomic
1183 * is sent but before the response is received.
1600 * schedule a response to be sent.
1620 * Don't queue the NAK if we already sent on
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Daf_decnet.c563 * When socket is dead & no packets have been sent for a
1914 size_t sent = 0; local
1974 while(sent < size) {
1987 len = size - sent;
2048 if (((sent + len) == size) && (flags & MSG_EOR)) {
2058 sent += len;
2071 return sent ? sent : err;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/unix/
H A Daf_unix.c1554 int sent = 0; local
1584 while (sent < len) {
1590 size = len-sent;
1645 sent += size;
1651 return sent;
1657 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
1663 return sent ? : err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex398 sent to multicast group 224.66.66.66. By default such tunnel starts
412 In this case packets sent to 10.0.0.2 will be encapsulated in GRE
413 and sent to 128.6.190.2. It is possible to facilitate address resolution
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmanage.c1860 int sent = 0; local
1868 sent = send (man->connection.sd_cli, BPTR (buf), len, MSG_NOSIGNAL);
1869 if (sent >= 0)
1871 buffer_list_advance (man->connection.out, sent);
1873 else if (sent < 0)
1885 return sent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex111 previous buffer. This buffer has been sent to the sound driver and it is ready to
192 So, when, for example, a sound event is sent, you are sure the sound stream
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvfc.c825 * ibmvfc_purge_requests - Our virtual adapter just shut down. Purge any sent requests
837 list_for_each_entry_safe(evt, pos, &vhost->sent, queue)
1404 * @evt: event to be sent
1425 list_add_tail(&evt->queue, &vhost->sent);
2113 list_for_each_entry(evt, &vhost->sent, queue) {
2127 list_for_each_entry(evt, &vhost->sent, queue) {
2172 list_for_each_entry(evt, &vhost->sent, queue) {
2272 list_for_each_entry(evt, &vhost->sent, queue) {
2683 * actually sent
4070 if (list_empty(&vhost->sent)
[all...]
H A Dibmvfc.h691 struct list_head sent; member in struct:ibmvfc_host
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c291 * message got sent. but why would this happen? */
947 /* fail the connection, enough alerts have been sent */
982 pqueue sent = s->d1->sent_messages; local
988 iter = pqueue_iterator(sent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/econet/
H A Daf_econet.c96 void (*sent)(struct sk_buff *, int result); member in struct:ec_cb
348 eb->sent = ec_tx_done;
974 * was sent to a dead or nonexistent host then we will never get an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault.lua192 -- Called on the Init event sent

Completed in 522 milliseconds

12345678