Mistake on this page?
Report an issue in GitHub or email us
Macros | Typedefs
tcpip.h File Reference

Functions to sync with TCPIP thread. More...

#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/timeouts.h"
#include "lwip/netif.h"

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...
 

Detailed Description

Functions to sync with TCPIP thread.

Definition in file tcpip.h.

Typedef Documentation

typedef void(* tcpip_callback_fn) (void *ctx)

Function prototype for functions passed to tcpip_callback()

Definition at line 72 of file tcpip.h.

typedef void(* tcpip_init_done_fn) (void *arg)

Function prototype for the init_done function passed to tcpip_init.

Definition at line 70 of file tcpip.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.