Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DHCPv6.c535 BaseType_t xGivingUp = pdFALSE; in xDHCPv6ProcessEndPoint_HandleAdvertise() local
568 xGivingUp = pdTRUE; in xDHCPv6ProcessEndPoint_HandleAdvertise()
572 return xGivingUp; in xDHCPv6ProcessEndPoint_HandleAdvertise()
586 BaseType_t xGivingUp = pdFALSE; in xDHCPv6ProcessEndPoint_HandleState() local
616 xGivingUp = pdTRUE; in xDHCPv6ProcessEndPoint_HandleState()
637 xGivingUp = pdTRUE; in xDHCPv6ProcessEndPoint_HandleState()
644 xGivingUp = pdFALSE; in xDHCPv6ProcessEndPoint_HandleState()
649 xGivingUp = xDHCPv6ProcessEndPoint_HandleAdvertise( pxEndPoint, pxDHCPMessage ); in xDHCPv6ProcessEndPoint_HandleState()
673 xGivingUp = pdTRUE; in xDHCPv6ProcessEndPoint_HandleState()
743 return xGivingUp; in xDHCPv6ProcessEndPoint_HandleState()
[all …]
DFreeRTOS_DHCP.c322 BaseType_t xGivingUp = pdFALSE; in xHandleWaitingOffer() local
374 xGivingUp = pdTRUE; in xHandleWaitingOffer()
438 xGivingUp = pdTRUE; in xHandleWaitingOffer()
448 return xGivingUp; in xHandleWaitingOffer()
552 BaseType_t xGivingUp = pdFALSE; in xHandleWaitingFirstDiscover() local
572 xGivingUp = pdTRUE; in xHandleWaitingFirstDiscover()
604 xGivingUp = pdTRUE; in xHandleWaitingFirstDiscover()
608 return xGivingUp; in xHandleWaitingFirstDiscover()
674 BaseType_t xGivingUp = pdFALSE; in vDHCPProcessEndPoint() local
717 xGivingUp = xHandleWaitingFirstDiscover( pxEndPoint ); in vDHCPProcessEndPoint()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DHCPv6/DHCPv6ProcessEndPoint/
DDHCPv6ProcessEndPoint_harness.c136 BaseType_t xReset, xGivingUp; in harness() local