Searched refs:IPV4_NONE (Results 1 – 10 of 10) sorted by relevance
154 uint32_t ip_addr = IPV4_NONE; in zynq_common_target_init()155 uint32_t ip_mask = IPV4_NONE; in zynq_common_target_init()156 uint32_t ip_gateway = IPV4_NONE; in zynq_common_target_init()178 if (!use_dhcp && ip_addr != IPV4_NONE) { in zynq_common_target_init()
270 minip_init(tx_func, tx_arg, IPV4_NONE, IPV4_NONE, IPV4_NONE); in minip_init_dhcp()
31 static uint32_t minip_ip = IPV4_NONE;32 static uint32_t minip_netmask = IPV4_NONE;34 static uint32_t minip_gateway = IPV4_NONE;317 if (minip_ip != IPV4_NONE && ip->dst_addr != minip_ip && ip->dst_addr != minip_broadcast) { in handle_ipv4_packet()
23 #define IPV4_NONE (0) macro
139 __UNUSED uint32_t ip_gateway = IPV4_NONE; in platform_init()
216 __UNUSED uint32_t ip_gateway = IPV4_NONE; in platform_init()
188 __UNUSED uint32_t ip_gateway = IPV4_NONE; in platform_init()
74 uint32_t ip_gateway = IPV4_NONE; in target_init()
71 uint32_t ip_gateway = IPV4_NONE; in target_init()
130 uint32_t ip_gateway = IPV4_NONE; in target_init()
Completed in 19 milliseconds