Lines Matching full:has
66 * @param err An error code if there has been an error accepting.
72 /** Function prototype for tcp receive callback functions. Called when data has
77 * @param p The received data (or NULL when the connection has been closed!)
78 * @param err An error code if there has been an error receiving
85 /** Function prototype for tcp sent callback functions. Called when sent data has
87 * This also means that the pcb has now space available to send new data.
90 * @param tpcb The connection pcb for which data has been acknowledged
116 * @param err Error code to indicate why the pcb has been closed
230 /* Function to call when a listener has been connected. */
264 #define TF_BACKLOGPEND 0x0200U /* If this is set, a connection pcb has increased the backlog on its…
269 #define TF_RTO 0x0800U /* RTO timer has fired, in-flight data moved to unsent and being ret…
353 /* Function to be called when (in-sequence) data has arrived. */
355 /* Function to be called when a connection has been set up. */