Lines Matching full:connection
35 …e length of any out-of-band data (urgent data) that has arrived on the connection. <a href="#g841…
38 <tr><td class="mdescLeft"> </td><td class="mdescRight">Close the current connection. <a href=…
41 <tr><td class="mdescLeft"> </td><td class="mdescRight">Abort the current connection. <a href=…
48 <tr><td class="mdescLeft"> </td><td class="mdescRight">Find out if the current connection has …
51 <tr><td class="mdescLeft"> </td><td class="mdescRight">Restart the current connection, if is h…
54 …s="mdescLeft"> </td><td class="mdescRight">Is the current connection a UDP connection? <a hr…
63 <tr><td class="mdescLeft"> </td><td class="mdescRight">Has the connection just been connected?…
66 <tr><td class="mdescLeft"> </td><td class="mdescRight">Has the connection been closed by the o…
69 <tr><td class="mdescLeft"> </td><td class="mdescRight">Has the connection been aborted by the …
72 <tr><td class="mdescLeft"> </td><td class="mdescRight">Has the connection timed out? <a href=…
78 <tr><td class="mdescLeft"> </td><td class="mdescRight">Is the connection being polled by uIP? …
82 …ss="mdescRight">Get the initial maxium segment size (MSS) of the current connection. <br></td></tr>
85 …t">Get the current maxium segment size that can be sent on the current connection. <a href="#gb5f…
88 <tr><td class="mdescLeft"> </td><td class="mdescRight">Removed a UDP connection. <a href="#gf…
91 <tr><td class="mdescLeft"> </td><td class="mdescRight">Bind a UDP connection to a local port. …
94 …td class="mdescRight">Send a UDP datagram of length len on the current connection. <a href="#ge5a…
107 <tr><td class="mdescLeft"> </td><td class="mdescRight">Send data on the current connection. <…
110 <tr><td class="mdescLeft"> </td><td class="mdescRight">Set up a new UDP connection. <a href="…
138 Abort the current connection.
140 This function will abort (reset) the current connection, and is usually used when an error has occu…
173 Has the connection been aborted by the other end?
175 Non-zero if the current connection has been aborted (reset) by the remote host. <dl compact><dt><b>…
243 Close the current connection.
245 This function will close the current connection in a nice way. <dl compact><dt><b>Examples: </b></d…
276 Has the connection been closed by the other end?
278 Is non-zero if the connection has been closed by the remote host. The application may then do the n…
311 Has the connection just been connected?
313 …duces to non-zero if the current connection has been connected to a remote host. This will happen …
379 Get the current maxium segment size that can be sent on the current connection.
381 …segment size that can be sent on the connection is computed from the receiver's window and the MSS…
447 Is the connection being polled by uIP?
449 Is non-zero if the reason the application is invoked is that the current connection has been idle f…
483 Restart the current connection, if is has previously been stopped with <a class="el" href="a00147.h…
485 … will open the receiver's window again so that we start receiving data for the current connection.
552 …nction will close our receiver's window so that we stop receiving data for the current connection.
582 Has the connection timed out?
584 Non-zero if the current connection has been aborted due to too many retransmissions. <dl compact><d…
620 Bind a UDP connection to a local port.
624 …er to the <a class="el" href="a00095.html">uip_udp_conn</a> structure for the connection.</td></tr>
659 Removed a UDP connection.
663 …r to the <a class="el" href="a00095.html">uip_udp_conn</a> structure for the connection. </td></tr>
699 Send a UDP datagram of length len on the current connection.
738 Is the current connection a UDP connection?
740 This function checks whether the current connection is a UDP connection.
770 The length of any out-of-band data (urgent data) that has arrived on the connection.
815 …connection to the specified port on the specied host. It allocates a new connection identifier, se…
829 …eturns:</b></dt><dd>A pointer to the uIP connection identifier for the new connection, or NULL if …
919 Send data on the current connection.
972 Set up a new UDP connection.
974 … function sets up a new UDP connection. The function will automatically allocate an unused local p…
989 … href="a00095.html">uip_udp_conn</a> structure for the new connection or NULL if no connection cou…