Home
last modified time | relevance | path

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

/device/generic/goldfish/network/wifi_forwarder/
Dremote_connection.cpp43 uint32_t fullLength, uint64_t cookie, in WifiForwardHeader()
51 , fullLength(__cpu_to_le32(fullLength)) in WifiForwardHeader()
69 uint32_t fullLength; member
194 const uint32_t fullLength = __le32_to_cpu(fwd->fullLength); in receive() local
196 if (offset < sizeof(WifiForwardHeader) || offset > fullLength) { in receive()
200 offset, fullLength); in receive()
205 const size_t frameLength = fullLength - offset; in receive()
207 if (fullLength > mBuffer.size()) { in receive()
246 mBuffer.erase(mBuffer.begin(), mBuffer.begin() + fullLength); in receive()
/device/generic/goldfish/network/netmgr/
Dwifi_forwarder.cpp48 , fullLength(__cpu_to_le32(dataLength + sizeof(WifiForwardHeader))) in WifiForwardHeader()
52 uint32_t fullLength; member
337 const size_t fullLength = __le32_to_cpu(fwd->fullLength); in injectFromPipe() local
338 const size_t payloadLength = fullLength - sizeof(WifiForwardHeader); in injectFromPipe()
361 if (fullLength > mMonitorBuffer.size()) { in injectFromPipe()
372 mMonitorBuffer.begin() + fullLength); in injectFromPipe()
391 mMonitorBuffer.begin() + fullLength); in injectFromPipe()