Searched refs:test_ipaddr1 (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/test/unit/udp/
H A Dtest_udp.c18 static ip4_addr_t test_gw1, test_ipaddr1, test_netmask1; variable
81 IP4_ADDR(&test_ipaddr1, 192,168,0,1);
84 n = netif_add(&test_netif1, &test_ipaddr1, &test_netmask1,
259 p = test_udp_create_test_packet(16, port, test_ipaddr1.addr);
285 p = test_udp_create_test_packet(16, port, test_ipaddr1.addr | ~test_netmask1.addr);

Completed in 81 milliseconds