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

IP4_ADDR macro

Syntax

#define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a,b,c,d))

Arguments

ipaddr

a

b

c

d

Examples

IP4_ADDR is referenced by 13 libraries and example projects.

References

LocationText
ip4_addr.h:104
#define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a,b,c,d))
ip_addr.h:283
#define IP_ADDR4(ipaddr,a,b,c,d) IP4_ADDR(ipaddr,a,b,c,d)