Home
last modified time | relevance | path

Searched refs:netif_set_down (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/network/tcpip/lwip/test/unit/ip6/
H A Dtest_ip6.c111 netif_set_down(&test_netif6); in test_ip6_ll_addr_iter()
119 netif_set_down(&test_netif6); in test_ip6_ll_addr_iter()
129 netif_set_down(&test_netif6); in test_ip6_ll_addr_iter()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetifapi.h95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL)
H A Dnetif.h475 void netif_set_down(struct netif *netif);
/reactos/drivers/network/tcpip/ip/transport/tcp/
H A Dif.c169 netif_set_down(IF->TCPContext); in TCPUpdateInterfaceIPInformation()
/reactos/drivers/network/tcpip/lwip/test/unit/core/
H A Dtest_netif.c205 netif_set_down(&net_test); in NETIF_DECLARE_EXT_CALLBACK()
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmp_mib2_interfaces.c306 netif_set_down(netif); in interfaces_Table_set_value()
/reactos/drivers/network/tcpip/lwip/test/unit/ip4/
H A Dtest_ip4.c247 netif_set_down(netif_get_loopif()); in START_TEST()
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dnetif.c804 netif_set_down(netif); in netif_remove()
949 netif_set_down(struct netif *netif) in netif_set_down() function