Home
last modified time | relevance | path

Searched refs:etherType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c397 uint16_t etherType = ntohs(header->etherType); in LiteNetDevDataFilter() local
398 …if ((lwipNd->linkLayerType == ETHERNET_LINK) || (etherType == ETHER_TYPE_IP) || (etherType == ETHE… in LiteNetDevDataFilter()
399 …(etherType == ETHER_TYPE_RARP) || (etherType == ETHER_TYPE_IPV6) || (etherType == ETHER_TYPE_6LO) … in LiteNetDevDataFilter()
400 (etherType == ETHER_TYPE_PAE)) { in LiteNetDevDataFilter()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c436 uint16_t etherType = ntohs(header->etherType); in LiteNetDevDataFilter() local
437 …if ((lwipNd->linkLayerType == ETHERNET_LINK) || (etherType == ETHER_TYPE_IP) || (etherType == ETHE… in LiteNetDevDataFilter()
438 …(etherType == ETHER_TYPE_RARP) || (etherType == ETHER_TYPE_IPV6) || (etherType == ETHER_TYPE_6LO) … in LiteNetDevDataFilter()
439 (etherType == ETHER_TYPE_PAE)) { in LiteNetDevDataFilter()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c261 uint16_t etherType = 0; in GetQueueIdByEtherBuff() local
272 etherType = ntohs(header->etherType); in GetQueueIdByEtherBuff()
276 if (g_etherTypeProMap[i].etherType == etherType) { in GetQueueIdByEtherBuff()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h313 uint16_t etherType; /**< Ethernet data type */ member
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h339 …uint16_t etherType; /**< Ethernet type, such as 0x8035 (RARP), 0x888e (EAPOL), PAE… member