Functions to sync with TCPIP thread. More...
Go to the source code of this file.
Macros | |
#define | tcpip_callback_with_block(function, ctx, block) ((block != 0)? tcpip_callback(function, ctx) : tcpip_try_callback(function, ctx)) |
Typedefs | |
typedef void(* | tcpip_init_done_fn) (void *arg) |
Function prototype for the init_done function passed to tcpip_init. More... | |
typedef void(* | tcpip_callback_fn) (void *ctx) |
Function prototype for functions passed to tcpip_callback() More... | |
Functions to sync with TCPIP thread.
Definition in file tcpip.h.
typedef void(* tcpip_callback_fn) (void *ctx) |