LwIP + 0/7 examples
CodeScope will show references to err_enum_t::ERR_USE from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...

err_enum_t::ERR_USE

Address in use.

Syntax

ERR_USE = -8;

Examples

err_enum_t::ERR_USE is referenced by 7 libraries and example projects.

References

LocationReferrerText
err.h:71
ERR_USE = -8,
dns.c:882dns_alloc_random_port()
err = ERR_USE;
dns.c:884dns_alloc_random_port()
} while (err == ERR_USE);
httpd.c:1973http_parse_request()
return ERR_USE;
httpd.c:2565http_recv()
|| parsed == ERR_INPROGRESS || parsed == ERR_ARG || parsed == ERR_USE);
tcp.c:731tcp_bind()
return ERR_USE;
tcp.c:876tcp_listen_with_backlog_and_err()
res = ERR_USE;
tcp.c:1136tcp_connect()
return ERR_USE;
udp.c:985udp_bind()
return ERR_USE;
udp.c:1006udp_bind()
return ERR_USE;

Data Use