Searched refs:sent (Results 26 - 50 of 193) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.h44 size_t sent; /* number of bytes of the current line that has member in struct:Form
45 already been sent in a previous invoke */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleUDPSocket.cpp304 // Just pretend that we sent the packet in order to avoid infinite loops.
316 bool sent = false; local
323 // so we just return not sent and set the wouldblock
332 sent = true;
335 AddDebugLogLineN(logMuleUDP, (m_name + wxT(": Packet sent ("))
338 sent = true;
341 return sent;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunvnet.h15 /* VNET packets are sent in buffers with the first 6 bytes skipped
60 u8 sent; member in struct:vnet_mcast_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dadb.h51 unsigned char sent; member in struct:adb_request
80 /* Messages sent thru the client_list notifier. You should NOT stop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dchunk.c123 int sent; local
125 sent = SCTP_DATA_SENT;
127 sent = SCTP_DATA_UNSENT;
129 ev = sctp_ulpevent_make_send_failed(asoc, chunk, sent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpevents.c60 int sent; member in struct:upnp_event_notify
319 //DEBUG DPRINTF(E_DEBUG, L_HTTP, "Sending UPnP Event:\n%s", obj->buffer+obj->sent);
320 i = send(obj->s, obj->buffer + obj->sent, obj->tosend - obj->sent, 0);
326 else if(i != (obj->tosend - obj->sent))
328 "upnp_event_send", i, obj->tosend - obj->sent);
329 obj->sent += i;
330 if(obj->sent == obj->tosend)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsession.conf20 <!-- Allow everything to be sent -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcreateevt.tex3 This event is sent just after the actual window associated with a wxWindow object
H A Ddialevt.tex14 This is the event class for the dialup events sent by
H A Didleevt.tex5 sent if the system remains idle once it has become it, e.g. only a single idle
7 happens and only then is the next idle event sent again. If you need to ensure
14 By default, idle events are sent to all windows (and also
60 and the wxWS\_EX\_PROCESS\_IDLE style in {\it window} to determine whether idle events should be sent to
H A Dmaxzevt.tex14 An event being sent when the frame is maximized or restored.
H A Dddeconn.tex105 to be sent to the corresponding connection object in the other
115 Message sent to the client application when the server notifies it of a
122 Message sent to the client or server application when the other
130 Message sent to the server application when the client notifies it to
138 Message sent to the server application when the client notifies it to
145 Message sent to the server application when the client
154 Message sent to the server application by the client, when the client
162 Message sent to the server application by the client, when the client
H A Ddgramsocket.tex68 \docparam{address}{Any address - will be overwritten with the address of the peer that sent that data.}
76 Returns a reference to the current object, and the address of the peer that sent the data on address param.
H A Dipcconn.tex110 message to be sent to the corresponding connection object in the
119 Message sent to the client application when the server notifies
127 Message sent to the client or server application when the other
138 Message sent to the server application when the client notifies
146 Message sent to the server application when the client notifies it to
153 Message sent to the server application when the client calls
164 Message sent to the server application by the client, when the client
172 Message sent to the server application by the client, when the client
H A Dscrlwevt.tex3 A scroll event holds information about events sent from scrolling windows.
30 sent as the user drags the thumbtrack).}
H A Dtcpconn.tex104 to be sent to the corresponding connection object in the other
114 Message sent to the client application when the server notifies it of a
121 Message sent to the client or server application when the other
129 Message sent to the server application when the client notifies it to
137 Message sent to the server application when the client notifies it to
144 Message sent to the server application when the client
153 Message sent to the server application by the client, when the client
161 Message sent to the server application by the client, when the client
H A Dupduievt.tex64 Note that although events are sent in idle time, defining a wxIdleEvent
65 handler for a window does not affect this because the events are sent from \helpref{wxWindow::OnInternalIdle}{wxwindowoninternalidle}
69 and GTK+, events for menubar items are only sent when the menu is about
93 the time update events were last sent in idle time, and
94 the update interval, to determine whether events should be sent to
97 the interval is set to 0; so update events will be sent as
99 are sent by changing the mode and/or setting an update interval.
198 normally sent in idle time, so this is called at the end of
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dsession.conf20 <!-- Allow everything to be sent -->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h100 struct list_head sent; member in struct:ibmvscsi_host_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]

Completed in 130 milliseconds

12345678