Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_wifi.c140 bool pktSuccess, pktLost; in xNetworkFrameReceived() local
144 pktSuccess = pktLost = false; in xNetworkFrameReceived()
158 pktLost = true; in xNetworkFrameReceived()
174 pktLost = true; in xNetworkFrameReceived()
193 if( pktLost ) in xNetworkFrameReceived()
DNetworkInterface_eth.c762 bool pktSuccess, pktLost; in MacProcessRxPacket() local
770 pktSuccess = pktLost = false; in MacProcessRxPacket()
806 pktLost = true; in MacProcessRxPacket()
820 pktLost = true; in MacProcessRxPacket()
839 if( pktLost ) in MacProcessRxPacket()