Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c65 struct TcpHeader *tcpHdr = NULL; in IsTcpKeyFrame() local
83 tcpHdr = (struct TcpHeader *)(ipHeader + 1); in IsTcpKeyFrame()
87 tcpHdrLen = (tcpHdr->offset & 0xF0) << PROTOCOL_STANDARD_SHIFT_COUNT; in IsTcpKeyFrame()