netxduo + 0/6 examples
CodeScope will show references to IP_ADDRESS from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

IP_ADDRESS macro

Syntax

#define IP_ADDRESS(a, b, c, d) ((((ULONG)a) << 24) | (((ULONG)b) << 16) | (((ULONG)c) << 8) | ((ULONG)d))

Arguments

a

b

c

d

Examples

IP_ADDRESS is referenced by 6 libraries and example projects.

References

LocationText
nx_api.h:1381
#define IP_ADDRESS(a, b, c, d) ((((ULONG)a) << 24) | (((ULONG)b) << 16) | (((ULONG)c) << 8) | ((ULONG)d))
nx_igmp.h:123
#define NX_ALL_HOSTS_ADDRESS IP_ADDRESS(224, 0, 0, 1)
nx_igmp.h:128
#define NX_ALL_ROUTERS_ADDRESS IP_ADDRESS(224, 0, 0, 2)
nxd_dhcp_client.h:327
#define NX_BOOTP_MAGIC_COOKIE IP_ADDRESS(99, 130, 83, 99)
nxd_dhcp_client.h:328
#define NX_BOOTP_NO_ADDRESS IP_ADDRESS(0, 0, 0, 0)
nxd_dhcp_client.h:329
#define NX_BOOTP_BC_ADDRESS IP_ADDRESS(255, 255, 255, 255)
nxd_dns.c:1518
if (DNSserver_array[i].nxd_ip_address.v4 != IP_ADDRESS(0, 0, 0, 0))
nxe_ip_gateway_address_set.c:92
if (ip_address == IP_ADDRESS(0, 0, 0, 0))