Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c66 uint32_t ipPktLen; in IsTcpKeyFrame() local
85 ipPktLen = ntohs(ipHeader->totLen); in IsTcpKeyFrame()
88 if (tcpHdrLen + ipHdrLen == ipPktLen) { in IsTcpKeyFrame()