Home
last modified time | relevance | path

Searched refs:ETHERNET_LINK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h280 ETHERNET_LINK = 1, /**< Ethernet */ enumerator
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_device.c59 netDevice = NetDeviceInit(ethIfName, strlen(ethIfName), ETHERNET_LINK, LITE_OS); in CreateEthDevice()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c398 …if ((lwipNd->linkLayerType == ETHERNET_LINK) || (etherType == ETHER_TYPE_IP) || (etherType == ETHE… in LiteNetDevDataFilter()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c437 …if ((lwipNd->linkLayerType == ETHERNET_LINK) || (etherType == ETHER_TYPE_IP) || (etherType == ETHE… in LiteNetDevDataFilter()