Lines Matching full:incoming
44 …rn at once. When it returns, the stack or the application for which the incoming packet was intend…
56 …incoming packet, the application will either have to act immediately on the data or copy the data …
57 In uIP, the same global packet buffer that is used for incoming packets is also used for the TCP/IP…
66 …ferent ports and connections. Because the application is able to act on incoming data and connecti…
74 …tion will therefor have to either act directly on the incoming data, or by itself copy the incomin…
114 This first example shows a very simple application. The application listens for incoming connection…
129 This application is similar to the first application in that it listens to a port for incoming conn…
226 …own buffers. The data in the uip_appdata buffer will be overwritten by the next incoming packet.<p>
271 The application is driven by incoming acknowledgments. When data has been acknowledged, new data ca…
375 …incoming packets are processed by uIP, the IP layer is the first protocol that examines the packet…
377 …ted using a separate buffer that holds the packet to be reassembled. An incoming fragment is copie…
383 …nstructed by simply swapping the source and destination IP addresses of incoming echo requests and…
386 …incoming packets and timer events. Incoming packets are parsed by TCP and if the packet contains d…
388 …ction to listen for incoming connection requests. In uIP, a listening connection is identified by …
411 …om the checksum calculation and copying, the TCP processing done for an incoming packet involves o…