Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/ip6/
Dtest_ip6.c108 netif_set_down(&test_netif6); in test_ip6_ll_addr_iter()
116 netif_set_down(&test_netif6); in test_ip6_ll_addr_iter()
126 netif_set_down(&test_netif6); in test_ip6_ll_addr_iter()
/third_party/lwip/src/include/lwip/
Dnetifapi.h95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL)
Dnetif.h461 void netif_set_down(struct netif *netif);
/third_party/lwip/test/unit/core/
Dtest_netif.c201 netif_set_down(&net_test); in NETIF_DECLARE_EXT_CALLBACK()
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_interfaces.c306 netif_set_down(netif); in interfaces_Table_set_value()
/third_party/lwip/src/core/
Dnetif.c780 netif_set_down(netif); in netif_remove()
922 netif_set_down(struct netif *netif) in netif_set_down() function