Searched refs:client_addr_static (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/dhcpv4/server/src/ |
D | main.c | 29 static struct in_addr client_addr_static = { { { 192, 0, 2, 2 } } }; variable 313 &client_addr_static, net_ipv4_broadcast_address(), in client_send_inform() 314 NET_DHCPV4_MSG_TYPE_INFORM, NULL, NULL, &client_addr_static); in client_send_inform() 711 zassert_mem_equal(msg->ciaddr, client_addr_static.s4_addr, in verify_ack()
|