Searched refs:pxIsWaitingForARPResolution (Results 1 – 3 of 3) sorted by relevance
52 BaseType_t * pxIsWaitingForARPResolution; in harness() local54 pxIsWaitingForARPResolution = safeMalloc( sizeof( BaseType_t ) ); in harness()59 __CPROVER_assume( pxIsWaitingForARPResolution != NULL ); in harness()70 xProcessReceivedUDPPacket( pxNetworkBuffer, usPort, pxIsWaitingForARPResolution ); in harness()
309 BaseType_t * pxIsWaitingForARPResolution ) in xProcessReceivedUDPPacket() argument327 *pxIsWaitingForARPResolution = pdFALSE; in xProcessReceivedUDPPacket()338 *pxIsWaitingForARPResolution = pdTRUE; in xProcessReceivedUDPPacket()
478 BaseType_t * pxIsWaitingForARPResolution );