Lines Matching full:has
56 * @param err An error code if there has been an error accepting.
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!)
68 * @param err An error code if there has been an error receiving
75 /** Function prototype for tcp sent callback functions. Called when sent data has
77 * This also means that the pcb has now space available to send new data.
80 * @param tpcb The connection pcb for which data has been acknowledged
106 * @param err Error code to indicate why the pcb has been closed
141 /* Function to call when a listener has been connected.
253 /* Function to be called when (in-sequence) data has arrived. */
255 /* Function to be called when a connection has been set up. */