tcpip_api_call_data is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcpip_api_call_data struct

Syntax

struct tcpip_api_call_data { #if !LWIP_TCPIP_CORE_LOCKING   err_t err; #if !LWIP_NETCONN_SEM_PER_THREAD   sys_sem_t sem; #endif  #else    u8_t dummy;  #endif  };

Fields

dummy

No summary provided. Read more...

References

LocationReferrerScopeText
tcpip_priv.h:99
struct tcpip_api_call_data
tcpip.c:473tcpip_api_call()
tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call)
tcpip_priv.h:110tcpip_api_call_fn::call
typedef err_t (*tcpip_api_call_fn)(struct tcpip_api_call_data* call);
tcpip_priv.h:111tcpip_api_call()::calltcpip_api_call()
err_t tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call);

Type Use

Variables of tcpip_api_call_data type
tcpip_api_call_fn::call
all items filtered out
tcpip_api_call_data