Home
last modified time | relevance | path

Searched refs:netif_clear_flags (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/netif/
Dbridgeif.c558 netif_clear_flags(portif, NETIF_FLAG_ETHARP); in bridgeif_add_port()
/third_party/lwip/src/include/lwip/
Dnetif.h490 #define netif_clear_flags(netif, clr_flags) do { (netif)->flags = (u8_t)((netif)->flags & (u8_t)(… macro
/third_party/lwip/src/core/
Dnetif.c1055 netif_clear_flags(netif, NETIF_FLAG_UP);
1154 netif_clear_flags(netif, NETIF_FLAG_LINK_UP);