Lines Matching full:has
64 * @param err An error code if there has been an error accepting.
70 /** Function prototype for tcp receive callback functions. Called when data has
75 * @param p The received data (or NULL when the connection has been closed!)
76 * @param err An error code if there has been an error receiving
83 /** Function prototype for tcp sent callback functions. Called when sent data has
85 * This also means that the pcb has now space available to send new data.
88 * @param tpcb The connection pcb for which data has been acknowledged
114 * @param err Error code to indicate why the pcb has been closed
188 /* Function to call when a listener has been connected. */
222 #define TF_BACKLOGPEND 0x0200U /* If this is set, a connection pcb has increased the backlog on its…
296 /* Function to be called when (in-sequence) data has arrived. */
298 /* Function to be called when a connection has been set up. */