Searched refs:test_ipaddr1 (Results 1 – 1 of 1) sorted by relevance
| /lib/lwip/lwip/test/unit/udp/ |
| A D | test_udp.c | 18 static ip4_addr_t test_gw1, test_ipaddr1, test_netmask1; variable 81 IP4_ADDR(&test_ipaddr1, 192,168,0,1); in default_netif_add() 84 n = netif_add(&test_netif1, &test_ipaddr1, &test_netmask1, in default_netif_add() 259 p = test_udp_create_test_packet(16, port, test_ipaddr1.addr); in START_TEST() 285 p = test_udp_create_test_packet(16, port, test_ipaddr1.addr | ~test_netmask1.addr); in START_TEST()
|
Completed in 7 milliseconds