Lines Matching full:by

7 <!-- Generated by Doxygen 1.4.6 -->
25 …e driver interface</a> and <a class="el" href="a00149.html">variables used by device drivers</a> <…
34 …rmware and will be referred to as "the network device" that are controlled by the network device d…
35by the network device driver. If the destination is not on the physically connected network, the I…
36 …ls in the TCP/IP stack is specified in a number of RFC documents published by the Internet Enginee…
44 …html#ga4360412ee9350fba725f98a137169fe">uip_input()</a>, should be invoked by the main control loo…
52 …r which uIP is intended, uIP leaves the 32-bit additions to be implemented by the architecture spe…
56by the next incoming packet, the application will either have to act immediately on the data or co…
66 …cation running on top of uIP is implemented as a C function that is called by uIP in response to c…
68by the device driver, and uIP requires that the application takes an active part in performing the…
72 When the application is called by uIP, the global variable <a class="el" href="a00088.html">uip_con…
74by uIP, but will be overwritten after the application function returns, and the application will t…
76by the application according to the available buffer space and the current TCP window advertised b…
77by using the uIP function <a class="el" href="a00147.html#g04b053a623aac7cd4195157d470661b3">uip_s…
80by the periodic TCP timer. Every time the periodic timer is invoked, the retransmission timer for …
81 …o note that even though the actual retransmission operation is carried out by the application, it …
83by calling the <a class="el" href="a00147.html#g61db1dcb7c760e4dd5d60bf4e5576dca">uip_close()</a> …
84 If the connection has been closed by the remote end, the test function <a class="el" href="a00147.h…
86 … was aborted by the remote host, or that the connection retransmitted the last data too many times…
88 …47.html#g58bb90796c1cdad3aac2ecf44d87b20e">uip_poll()</a> to check if it is being polled by uIP.<p>
89 …ta that has been produced. The application can only send data when invoked by uIP, and therefore t…
94by the function <a class="el" href="a00147.html#g8096b0c4b543dc408f4dd031ddae7240">uip_connect()</…
95 …> may be used to pack an IP address into the two element 16-bit array used by uIP to represent IP …
96 …_connect()</a> function returns NULL and the current connection is aborted by <a class="el" href="…
114 …a connection has been established, the application replies to all data sent to it by saying "ok"<p>
131 The application knows that as long as the "Welcome!" message has not been acknowledged by the remot…
132 …If the application receives any new data from the remote host, it responds by sending an "ok" back…
226by using the function device_enqueue(). It is important to note that this example assumes that thi…
227 If the device's queue is full, the application stops the data from the remote host by calling the u…
271 The application is driven by incoming acknowledgments. When data has been acknowledged, new data ca…
303 The function starts with dealing with any error conditions that might have happened by checking if …
304 Next, the function checks if the connection has just been established by checking if <a class="el" …
305 …y waits for any data to arrive on the connection, and responds to the data by sending out the mess…
367by the event handler function. The newdata() function will check if the connection is in the "STAT…
368 …ent has been acknowleged by the receiving host. This acked() function first reduces the amount of …
369by the event handler function when new data has been received, when data has been acknowledged, wh…
375 When incoming packets are processed by uIP, the IP layer is the first protocol that examines the pa…
382 …ost parameters. Its main use is, however, the echo mechanism which is used by the "ping" program.<…
383 …nly implement ICMP echo messages. Replies to echo messages are constructed by simply swapping the …
386by incoming packets and timer events. Incoming packets are parsed by TCP and if the packet contain…
388by the 16-bit port number and incoming connection requests are checked against the list of listeni…
391 …implementation that does not buffer sent packets will have to be supported by a complex applicatio…
392 …t TCP implementations use the sliding window algorithm, it is not required by the TCP specificatio…
397 Retransmissions are driven by the periodic TCP timer. Every time the periodic timer is invoked, the…
398by the device driver, uIP requires that the application takes an active part in performing the ret…
400 …fer space. A TCP sender must not send more data than the buffer space indicated by the receiver.<p>
401 …ation cannot send more data than the amount of bytes it is allowed to send by the receiving host. …
406 …es an application-to-application notification mechanism, which can be used by an application to ma…
409by the checksum calculation loop, the operation of copying packet data and context switching. Oper…
411by the copying of packet data from the network device to host memory, and checksum calculation. Ap…
414 … sent. This means that the maximum possible throughput is severely limited by the 500 ms idle time…
416 …mall amounts of data sent by such a system will not span more than a single TCP segment, and would…
417by the delayed acknowledgment throughput degradation. <hr size="1"><address style="align: right;">…