Lines Matching full:incoming

126 or the application for which the incoming packet was intended may have
192 next incoming packet, the application will either have to act
200 handled by the processor, such as RS-232 ports, can copy incoming
202 buffers are full, the incoming packet is dropped. This will cause
208 In uIP, the same global packet buffer that is used for incoming
267 application is able to act on incoming data and connection requests as
331 application will therefor have to either act directly on the incoming
332 data, or by itself copy the incoming data into a buffer for later
476 listens for incoming connections on port 1234. When a connection has
516 listens to a port for incoming connections and responds to data sent
673 be overwritten by the next incoming packet.
738 The application is driven by incoming acknowledgments. When data has
934 When incoming packets are processed by uIP, the IP layer is the first
936 checks such as if the destination IP address of the incoming packet
945 holds the packet to be reassembled. An incoming fragment is copied
982 of incoming echo requests and rewriting the ICMP header with the
993 The TCP implementation in uIP is driven by incoming packets and timer
994 events. Incoming packets are parsed by TCP and if the packet contains
996 invoked by the means of the application function call. If the incoming
1003 TCP allows a connection to listen for incoming connection requests. In
1005 and incoming connection requests are checked against the list of
1132 copying, the TCP processing done for an incoming packet involves only