Lines Matching full:connection
82 function is passed the current TCP or UDP connection state as an
87 The function for setting the application connection state is:
93 connection control block, and the "arg" argument is the argument
97 --- TCP connection setup
100 the sequential API and of the BSD socket API. A new TCP connection
107 Creates a new connection identifier (PCB). If memory is not
114 can be specified as IP_ADDR_ANY in order to bind the connection to
117 If another connection is bound to the same port, the function will
123 incoming connection is accepted, the function specified with the
127 The tcp_listen() function returns a new connection identifier, and
130 needed for a connection that is listening, so tcp_listen() will
131 reclaim the memory needed for the original connection and allocate a
132 new smaller memory block for the listening connection.
135 listening connection. If so, the memory associated with the pcb
146 Inform lwIP that an incoming connection has been accepted. This would
158 connection arrives on a listening connection.
166 initial SYN segment which opens the connection.
169 the connection to be properly setup. Instead, it will call the
171 when the connection is established. If the connection could not be
173 connection or because the other host didn't answer, the "err"
238 indicate that the remote host has closed the connection. If
251 When a connection is idle (i.e., no data is either transmitted or
258 again when the connection has been idle for a while.
275 Closes the connection. The function may return ERR_MEM if no memory
276 was available for closing the connection. If so, the application
285 Aborts the connection by sending a RST (reset) segment to the remote
293 If a connection is aborted because of an error, the application is
295 connection are when there is a shortage of memory. The callback