Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ND.c998 … const ICMPEcho_IPv6_t * pxICMPEchoHeader = ( ( const ICMPEcho_IPv6_t * ) pxICMPHeader_IPv6 ); in prvProcessICMPMessage_IPv6() local
1004 uxDataLength = uxDataLength - sizeof( *pxICMPEchoHeader ); in prvProcessICMPMessage_IPv6()
1007 pucByte = ( const uint8_t * ) pxICMPEchoHeader; in prvProcessICMPMessage_IPv6()
1008 pucByte = &( pucByte[ sizeof( *pxICMPEchoHeader ) ] ); in prvProcessICMPMessage_IPv6()
1023 vApplicationPingReplyHook( eStatus, pxICMPEchoHeader->usIdentifier ); in prvProcessICMPMessage_IPv6()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c1398 ICMPEcho_IPv6_t * pxICMPEchoHeader = ( ( ICMPEcho_IPv6_t * ) pxICMPHeader_IPv6 ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eInvalidData() local
1415 vApplicationPingReplyHook_Expect( eInvalidData, pxICMPEchoHeader->usIdentifier ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eInvalidData()
1433 ICMPEcho_IPv6_t * pxICMPEchoHeader; in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess() local
1445 pxICMPEchoHeader = ( ( ICMPEcho_IPv6_t * ) pxICMPHeader_IPv6 ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess()
1455 vApplicationPingReplyHook_Expect( eSuccess, pxICMPEchoHeader->usIdentifier ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess()