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

netconn_aborted variable

Syntax

const u8_t netconn_aborted = 0;

References

LocationReferrerText
api_msg.c:109
const u8_t netconn_aborted = 0;
api_msg.c:119lwip_netconn_err_to_msg()
return LWIP_CONST_CAST(void *, &netconn_aborted);
api_msg.c:135lwip_netconn_is_err_msg()
if (msg == &netconn_aborted) {

Type Use

Type of netconn_aborted
netconn_aborted
all items filtered out