Home
last modified time | relevance | path

Searched refs:NETIF_FLAG_IGMP (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/esp_lwip/port/netif/
Dwlanif.c95 netif->flags |= NETIF_FLAG_IGMP; in low_level_init()
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dethernetif.c129 netif->flags |= NETIF_FLAG_IGMP; in low_level_init()
/device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/
Dethernetif.c58 netif->flags |= NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_IGMP; in low_level_init()
/device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1/porting/src/
Dethernetif.c79 netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP | NETIF_FLAG_IGMP; in low_level_init()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/lwip-2.1/porting/src/
Dporting_net_al.c123 net_if->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP | NETIF_FLAG_IGMP; in net_if_init()
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dnetif.h104 #define NETIF_FLAG_IGMP 0x20U macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dnetif.h107 #define NETIF_FLAG_IGMP 0x20U macro