Lines Matching full:been

45 …network device driver should called to send out the packets that may have been produced.<h2><a cla…
57 …P/IP headers are written into the global buffer and once the headers have been produced, the devic…
66 …a is received, when data has been successfully delivered to the other end of the connection, when …
68 …transmissions. uIP does not keep track of packet contents after they have been sent by the device …
80 …ld be made. As uIP does not keep track of packet contents after they have been sent by the device …
84 If the connection has been closed by the remote end, the test function <a class="el" href="a00147.h…
86 …or that the connection retransmitted the last data too many times and has been aborted. uIP report…
89 … close connections that have been idle for too long. The other purpose is to let the application s…
114 …tion listens for incoming connections on port 1234. When a connection has been established, the ap…
129 … application prints out a welcoming "Welcome!" message when the connection has been established.<p>
131been acknowledged by the remote host, it might have been dropped in the network. But once the remo…
133 …Welcome!" message since it knows that the previous welcome message hasn't been acknowledged. If th…
225 When the connection has been established, an HTTP request is sent to the server. Since this is the …
271 The application is driven by incoming acknowledgments. When data has been acknowledged, new data ca…
303 …so, the appropriate error function is called. Also, if the connection has been closed, the closed(…
304 Next, the function checks if the connection has just been established by checking if <a class="el" …
366 The connected() function will be called when a connection has been established, and in this case se…
368been acknowleged by the receiving host. This acked() function first reduces the amount of data tha…
369 …t handler function when new data has been received, when data has been acknowledged, when a new co…
377been received. Because the first byte of an IP fragment is aligned on an 8-byte boundary, the bit …
398 As uIP does not keep track of packet contents after they have been sent by the device driver, uIP r…
409 …user processes and a context switch has to be performed once the data has been copied. Performance…