Lines Matching defs:callback
152 * Receive callback function for RAW netconns.
200 /* Register event with callback */
212 * Receive callback function for UDP netconns.
279 /* Register event with callback */
287 * Receive callback function for TCP netconns.
338 /* Register event with callback */
346 * Poll callback function for TCP netconns.
420 * Sent callback function for TCP netconns.
454 * Error callback function for TCP netconns.
537 * Setup a tcp_pcb with the correct callback function pointers
556 * Accept callback function for TCP netconns.
578 /* Register event with callback */
588 /* We have to set the callback here even though
590 newconn = netconn_alloc(conn->type, conn->callback);
594 /* Register event with callback */
623 /* Register event with callback */
742 * Create a new netconn (of a specific type) that has a callback function.
746 * @param callback a function to call on status changes (RX available, TX'ed)
751 netconn_alloc(enum netconn_type t, netconn_callback callback)
812 conn->callback = callback;
1004 /* Set back some callback pointers */
1113 /* Set back some callback pointers as conn is going away */
1146 /* don't restore recv callback: we don't want to receive any more data */
1354 * TCP callback function if a connection (opened by tcp_connect/lwip_netconn_do_connect) has