Lines Matching refs:callback
56 * opt.h, netif.h/.c: added netif remove callback (bug #32397)
73 * tcpip.c/.h: patch #7449 allow tcpip callback from interrupt with static
512 * ppp.c/.h: Fixed bug #27856: PPP: Set netif link- and status-callback
863 * netif.c: Don't call the link-callback from netif_set_up/down() since
878 callback can lead to accessing unallocated memory. As a consequence,
1058 * tcp_in.c: Fixed bug #27215: TCP sent() callback gives leading and
1395 by moving accept callback function pointer to TCP_PCB_COMMON
1509 tcp_recv callback (see rawapi.txt).
1569 applications have to call 'tcp_accepted(pcb)' in their accept callback to
1853 a link callback in the netif struct, and functions to handle it. Be carefull
2032 Provides callback on netif up/down state change.
2763 In accept_function() ensure newconn->callback is always initialized.