Lines Matching full:connection

108 data sent, error notifications, poll timer expiration, connection
112 function is passed the current TCP or UDP connection state as an
117 The function for setting the application connection state is:
123 connection control block, and the "arg" argument is the argument
127 --- TCP connection setup
130 the sequential API and of the BSD socket API. A new TCP connection
137 Creates a new connection identifier (PCB). If memory is not
144 can be specified as IP_ADDR_ANY in order to bind the connection to
147 If another connection is bound to the same port, the function will
153 incoming connection is accepted, the function specified with the
157 The tcp_listen() function returns a new connection identifier, and
160 needed for a connection that is listening, so tcp_listen() will
161 reclaim the memory needed for the original connection and allocate a
162 new smaller memory block for the listening connection.
165 listening connection. If so, the memory associated with the pcb
179 connection arrives on a listening connection.
187 initial SYN segment which opens the connection.
190 the connection to be properly setup. Instead, it will call the
192 when the connection is established. If the connection could not be
194 connection or because the other host didn't answer, the "err"
259 indicate that the remote host has closed the connection. If
272 When a connection is idle (i.e., no data is either transmitted or
279 again when the connection has been idle for a while.
296 Closes the connection. The function may return ERR_MEM if no memory
297 was available for closing the connection. If so, the application
306 Aborts the connection by sending a RST (reset) segment to the remote
314 If a connection is aborted because of an error, the application is
316 connection are when there is a shortage of memory. The callback