Lines Matching defs:gw
438 ip4_addr_t gw;
448 IP4_ADDR(&gw, 0, 0, 0, 0);
450 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input);
464 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
492 IP4_ADDR(&gw, 195, 170, 189, 171);
495 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
512 ip4_addr_t gw;
521 IP4_ADDR(&gw, 0, 0, 0, 0);
523 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input);
537 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
733 ip4_addr_t gw;
743 IP4_ADDR(&gw, 0, 0, 0, 0);
745 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input);
756 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
780 IP4_ADDR(&gw, 79, 138, 50, 1);
783 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
823 ip4_addr_t gw;
888 IP4_ADDR(&gw, 0, 0, 0, 0);
890 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input);
905 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
986 ip4_addr_t gw;
995 IP4_ADDR(&gw, 0, 0, 0, 0);
997 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input);
1011 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
1019 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));
1027 fail_if(memcmp(&gw, &net_test.gw, sizeof(ip4_addr_t)));