Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcpip.h78 typedef void (*tcpip_callback_fn)(void *ctx);
101 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
102 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1) argument
104 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx);
149 void *ctx; member
/lib/liblwip/src/api/
Dtcpip.c135 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread()
141 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread()
211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block() argument
223 msg->msg.cb.ctx = ctx; in tcpip_callback_with_block()
408 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new() argument
416 msg->msg.cb.ctx = ctx; in tcpip_callbackmsg_new()
/lib/liblwip/src/netif/ppp/
Dppp.h133 typedef void (*pppLinkStatusCB_fn)(void *ctx, int errCode, void *arg);
Dppp.c220 void (*linkStatusCB)(void *ctx, int errCode, void *arg);