LwIP + 0/7 examples
CodeScope will show references to NETCONN_COPY from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...

NETCONN_COPY macro

Syntax

#define NETCONN_COPY 0x01

Examples

NETCONN_COPY is referenced by 7 libraries and example projects.

References

LocationText
api.h:63
#define NETCONN_COPY 0x01
init.c:233
#if NETCONN_COPY != TCP_WRITE_FLAG_COPY
sockets.c:1408
write_flags = (u8_t)(NETCONN_COPY |
sockets.c:1451
write_flags = (u8_t)(NETCONN_COPY |