Searched refs:ICMPPrefixOption_IPv6_t (Results 1 – 5 of 5) sorted by relevance
44 ICMPPrefixOption_IPv6_t * __CPROVER_file_local_FreeRTOS_RA_c_vReceiveRA_ReadReply( const NetworkBuf… in __CPROVER_file_local_FreeRTOS_RA_c_vReceiveRA_ReadReply()46 ICMPPrefixOption_IPv6_t * pxPrefixOption = safeMalloc( sizeof( ICMPPrefixOption_IPv6_t ) ); in __CPROVER_file_local_FreeRTOS_RA_c_vReceiveRA_ReadReply()
47 ICMPPrefixOption_IPv6_t * __CPROVER_file_local_FreeRTOS_RA_c_vReceiveRA_ReadReply( const NetworkBuf…56 ICMPPrefixOption_IPv6_t * pxReturn; in harness()
546 ICMPPrefixOption_IPv6_t * pxPrefixOption; in test_vReceiveRA_NullICMPPrefix_ZeroOptionLength()562 …pxPrefixOption = ( ICMPPrefixOption_IPv6_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxNeededSize… in test_vReceiveRA_NullICMPPrefix_ZeroOptionLength()583 ICMPPrefixOption_IPv6_t * pxPrefixOption; in test_vReceiveRA_NullICMPPrefix_NotEnoughBytes()599 …pxPrefixOption = ( ICMPPrefixOption_IPv6_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxNeededSize… in test_vReceiveRA_NullICMPPrefix_NotEnoughBytes()619 ICMPPrefixOption_IPv6_t * pxPrefixOption; in test_vReceiveRA_ValidICMPPrefix_Option1()635 …pxPrefixOption = ( ICMPPrefixOption_IPv6_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxNeededSize… in test_vReceiveRA_ValidICMPPrefix_Option1()655 ICMPPrefixOption_IPv6_t * pxPrefixOption; in test_vReceiveRA_ValidICMPPrefix_Option2()671 …pxPrefixOption = ( ICMPPrefixOption_IPv6_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxNeededSize… in test_vReceiveRA_ValidICMPPrefix_Option2()691 ICMPPrefixOption_IPv6_t * pxPrefixOption; in test_vReceiveRA_ValidICMPPrefix_Option3()707 …pxPrefixOption = ( ICMPPrefixOption_IPv6_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxNeededSize… in test_vReceiveRA_ValidICMPPrefix_Option3()[all …]
78 …static ICMPPrefixOption_IPv6_t * vReceiveRA_ReadReply( const NetworkBufferDescriptor_t * pxNetwork…267 …static ICMPPrefixOption_IPv6_t * vReceiveRA_ReadReply( const NetworkBufferDescriptor_t * pxNetwork… in vReceiveRA_ReadReply()275 ICMPPrefixOption_IPv6_t * pxPrefixOption = NULL; in vReceiveRA_ReadReply()315 pxPrefixOption = ( ( ICMPPrefixOption_IPv6_t * ) &( pucBytes[ uxIndex ] ) ); in vReceiveRA_ReadReply()364 const ICMPPrefixOption_IPv6_t * pxPrefixOption = NULL; in vReceiveRA()
212 typedef struct xICMPPrefixOption_IPv6 ICMPPrefixOption_IPv6_t; variable