Searched refs:tcpip_callback_with_block (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcpip.h80 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
83 * @see tcpip_callback_with_block
85 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1)
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcpip.h87 err_t tcpip_callback_with_block(void (*f) (void *ctx), void *ctx,
89 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1)
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dtcpip.c354 err_t tcpip_callback_with_block(void (*f) (void *ctx), void *ctx, u8_t block) function
570 return tcpip_callback_with_block(pbuf_free_int, p, 0);
582 return tcpip_callback_with_block(mem_free, m, 0);
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dtcpip.c234 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) function
502 return tcpip_callback_with_block(pbuf_free_int, p, 0);
515 return tcpip_callback_with_block(mem_free, m, 0);
/barrelfish-2018-10-04/lib/net/
H A Dpbuf.c169 if (tcpip_callback_with_block(pbuf_free_ooseq_callback, NULL, 0) != ERR_OK) { \
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dnetif.c872 tcpip_callback_with_block((tcpip_callback_fn)netif_poll, netif, 0);
H A Dpbuf.c142 if (tcpip_callback_with_block(pbuf_free_ooseq_callback, NULL, 0) != ERR_OK) { \
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppos.c547 if(tcpip_callback_with_block(pppos_input_callback, inp, 0) != ERR_OK) {
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppos.c547 if(tcpip_callback_with_block(pppos_input_callback, inp, 0) != ERR_OK) {

Completed in 133 milliseconds