Searched refs:netif_add_noaddr (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/network/tcpip/lwip/test/unit/core/ |
H A D | test_netif.c | 257 fail_unless(netif_add_noaddr(&net0, NULL, testif_init, ethernet_input) == &net0); in START_TEST() 259 fail_unless(netif_add_noaddr(&net1, NULL, testif_init, ethernet_input) == &net1); in START_TEST()
|
/reactos/drivers/network/tcpip/lwip/test/unit/ip6/ |
H A D | test_ip6.c | 48 n = netif_add_noaddr(&test_netif6, NULL, default_netif_init, NULL); in default_netif_add()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | netif.h | 431 struct netif *netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn…
|
/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | netif.c | 250 netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr() function
|