Lines Matching full:two

35 …is forwarded onto another network by a router that is situated between the two networks. If the ma…
37 The RFC1122 requirements can be divided into two categories; those that deal with the host to host …
40 …ogram in a singletasking system. In both cases, the main control loop does two things repeatedly:<…
50 … it also leaves it open for an architecture specific implementation of the two functions <a class=…
61 uIP provides two APIs to programmers: protosockets, a BSD socket-like API without the overhead of f…
77 …0147.html#g04b053a623aac7cd4195157d470661b3">uip_send()</a> function takes two arguments; a pointe…
86two fatal errors that can happen to a connection, either that the connection was aborted by the re…
89 The polling event has two purposes. The first is to let the application periodically know that a co…
95 …95089128a4932">uip_ipaddr()</a> may be used to pack an IP address into the two element 16-bit arra…
96 Two examples of usage are shown below. The first example shows how to open a connection to TCP port…
131 …ost data must be an "ok" message. Thus the application can be in either of two states: either in t…
179 …te end or the local end of the connection. The example below shows how the two examples above can …
225 …st that should be retransmitted. It is therefore possible to combine these two events as is done i…
229 This example shows a very simple file server application that listens to two ports and uses the por…
305 …trate how to develop an application state machine, this message is sent in two parts, first the "H…