File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
test/unit-test/FreeRTOS_ND Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 209209/* Clear all entries in the ND cache. */
210210 void FreeRTOS_ClearND ( const struct xNetworkEndPoint * pxEndPoint );
211211
212- void vNDSendUnsolicited ( void );
213-
214212 extern const uint8_t pcLOCAL_ALL_NODES_MULTICAST_IP [ ipSIZE_OF_IPv6_ADDRESS ];
215213 extern const uint8_t pcLOCAL_ALL_NODES_MULTICAST_MAC [ ipMAC_ADDRESS_LENGTH_BYTES ];
216214
Original file line number Diff line number Diff line change @@ -2139,13 +2139,3 @@ void test_xCheckRequiresNDResolution_AssertInvalidFrameType( void )
21392139
21402140 catch_assert ( xCheckRequiresNDResolution ( pxNetworkBuffer ) );
21412141}
2142-
2143- /**
2144- * @brief Toggle vNDSendUnsolicited.
2145- */
2146- void test_vNDSendUnsolicited ( void )
2147- {
2148- xSendEventToIPTask_ExpectAndReturn ( eNDTimerEvent , 0 );
2149-
2150- vNDSendUnsolicited ();
2151- }
You can’t perform that action at this time.
0 commit comments