Lines Matching full:network
35 with full TCP/IP support will be first-class network citizens, thus
36 being able to fully communicate with other hosts in the network.
48 single network interface and contains the IP, ICMP, UDP and TCP
60 network citizens. The uIP TCP/IP implementation that is not tailored
72 or firmware and will be referred to as "the network device" that are
73 controlled by the network device driver.
78 the network by the network device driver. If the destination is not on
79 the physically connected network, the IP packet is forwarded onto
80 another network by a router that is situated between the two
81 networks. If the maximum packet size of the other network is smaller
102 implementations and may even lead to network failures. Violation of
120 - Check if a packet has arrived from the network.
128 the network device driver should be called to send out these packets.
135 retransmissions when dealing with a timer event, the network device
188 size. When a packet arrives from the network, the device driver places
197 either by the network device or by the device driver. Most single-chip
206 the network per connection.
216 out on the network. The data is not queued for
266 network services to different ports and connections. Because the
503 application function was called because data was lost in the network
523 complexity is that if data should be lost in the network, the
531 the network. But once the remote host has sent an acknowledgment
871 that the application is waiting for data to arrive from the network,
885 When new data arrives from the network, the newdata() function will be
964 network. Such packets are addressed to special broadcast and multicast
1036 each connection that has unacknowledged data in the network. When an
1084 segments in the network. The algorithms used for congestion control
1130 by the copying of packet data from the network device to host memory,