Searched refs:test_gw (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/network/tcpip/lwip/test/unit/etharp/ |
H A D | test_etharp.c | 18 static ip4_addr_t test_ipaddr, test_netmask, test_gw; variable 60 IP4_ADDR(&test_gw, 192,168,0,1); in default_netif_add() 66 &test_gw, NULL, default_netif_init, NULL)); in default_netif_add()
|
/reactos/drivers/network/tcpip/lwip/test/unit/ip4/ |
H A D | test_ip4.c | 18 static ip4_addr_t test_ipaddr, test_netmask, test_gw; variable 53 IP4_ADDR(&test_gw, 192,168,0,1); in test_netif_add() 58 netif_add(&test_netif, &test_ipaddr, &test_netmask, &test_gw, in test_netif_add()
|