Searched refs:testif_init (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/test/unit/core/ |
D | test_netif.c | 40 testif_init(struct netif *netif) in testif_init() function 114 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in NETIF_DECLARE_EXT_CALLBACK() 229 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in START_TEST() 253 fail_unless(netif_add_noaddr(&net0, NULL, testif_init, ethernet_input) == &net0); in START_TEST() 255 fail_unless(netif_add_noaddr(&net1, NULL, testif_init, ethernet_input) == &net1); in START_TEST()
|
/third_party/lwip/test/unit/dhcp/ |
D | test_dhcp.c | 169 static err_t testif_init(struct netif *netif) in testif_init() function 450 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in START_TEST() 523 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in START_TEST() 745 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in START_TEST() 890 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in START_TEST() 997 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in START_TEST()
|
/third_party/lwip/test/fuzz/ |
D | fuzz.c | 68 static err_t testif_init(struct netif *netif) in testif_init() function 155 netif_add(&net_test, &addr, &netmask, &gw, &net_test, testif_init, ethernet_input); in main()
|