Home
last modified time | relevance | path

Searched refs:ICMPRouterSolicitation_IPv6_t (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c134 ICMPRouterSolicitation_IPv6_t * xRASolicitationRequest; in vNDSendRouterSolicitation()
136 …eededSize = ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t ); in vNDSendRouterSolicitation()
171 …xRASolicitationRequest = ( ( ICMPRouterSolicitation_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6 ) … in vNDSendRouterSolicitation()
186 …xICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( sizeof( ICMPRouterSolicitation_IPv6_t ) ); in vNDSendRouterSolicitation()
547 …eededSize = ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t ); in xRAProcess_HandleOtherStates()
DFreeRTOS_IPv6_Utils.c147 xICMPLength = sizeof( ICMPRouterSolicitation_IPv6_t ); in prvChecksumICMPv6Checks()
DFreeRTOS_ARP.c586 …eededSize = ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t ); in xCheckRequiresARPResolution()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6_Private.h181 typedef struct xICMPRouterSolicitation_IPv6 ICMPRouterSolicitation_IPv6_t; variable
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_Utils/
DFreeRTOS_IPv6_Utils_utest.c390 …ength = ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t ) - 1; in test_prvChecksumICMPv6Checks_RS_InvalidLength()
414 …ength = ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t ) + 1; in test_prvChecksumICMPv6Checks_RS_ValidLength()
428 TEST_ASSERT_EQUAL( sizeof( ICMPRouterSolicitation_IPv6_t ), xSet.uxProtocolHeaderLength ); in test_prvChecksumICMPv6Checks_RS_ValidLength()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
DFreeRTOS_RA_utest.c62 … ( ipSIZE_OF_ETH_HEADER + ipSIZE_OF_IPv6_HEADER + sizeof( ICMPRouterSolicitation_IPv6_t ) )
271 …TEST_ASSERT_EQUAL( FreeRTOS_htons( sizeof( ICMPRouterSolicitation_IPv6_t ) ), pxICMPPacket->xIPHea… in test_vNDSendRouterSolicitation_HappyPath()