Lines Matching full:when
51 /** Function prototype for tcp accept callback functions. Called when a new
62 /** Function prototype for tcp receive callback functions. Called when data has
67 * @param p The received data (or NULL when the connection has been closed!)
75 /** Function prototype for tcp sent callback functions. Called when sent data has
100 /** Function prototype for tcp error callback functions. Called when the pcb
103 * @note The corresponding pcb is already freed when this callback is called!
112 /** Function prototype for tcp connected callback functions. Called when a pcb
122 * @note When a connection attempt fails, the error callback is currently called!
141 /* Function to call when a listener has been connected.
251 /* Function to be called when more send buffer space is available. */
253 /* Function to be called when (in-sequence) data has arrived. */
255 /* Function to be called when a connection has been set up. */