Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
DFreeRTOS_RA_utest.c470 ICMPRouterAdvertisement_IPv6_t * pxAdvertisement; in test_vReceiveRA_ZeroAdvertisementLifetime() local
480 pxAdvertisement = ( ( ICMPRouterAdvertisement_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 ) ); in test_vReceiveRA_ZeroAdvertisementLifetime()
481 pxAdvertisement->usLifetime = 0; in test_vReceiveRA_ZeroAdvertisementLifetime()
493 ICMPRouterAdvertisement_IPv6_t * pxAdvertisement; in test_vReceiveRA_NullpxInterface() local
504 pxAdvertisement = ( ( ICMPRouterAdvertisement_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 ) ); in test_vReceiveRA_NullpxInterface()
505 pxAdvertisement->usLifetime = 1; in test_vReceiveRA_NullpxInterface()
517 ICMPRouterAdvertisement_IPv6_t * pxAdvertisement; in test_vReceiveRA_NullICMPPrefix() local
529 pxAdvertisement = ( ( ICMPRouterAdvertisement_IPv6_t * ) &( xICMPPacket.xICMPHeaderIPv6 ) ); in test_vReceiveRA_NullICMPPrefix()
530 pxAdvertisement->usLifetime = 1; in test_vReceiveRA_NullICMPPrefix()
547 ICMPRouterAdvertisement_IPv6_t * pxAdvertisement; in test_vReceiveRA_NullICMPPrefix_ZeroOptionLength() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c378 …const ICMPRouterAdvertisement_IPv6_t * pxAdvertisement = ( ( const ICMPRouterAdvertisement_IPv6_t … in vReceiveRA() local
380 pxAdvertisement->ucTypeOfMessage, in vReceiveRA()
381 pxAdvertisement->ucTypeOfService, in vReceiveRA()
382 FreeRTOS_ntohs( pxAdvertisement->usChecksum ), in vReceiveRA()
383 pxAdvertisement->ucHopLimit, in vReceiveRA()
384 pxAdvertisement->ucFlags, in vReceiveRA()
385 FreeRTOS_ntohs( pxAdvertisement->usLifetime ) ) ); in vReceiveRA()
387 if( pxAdvertisement->usLifetime != 0U ) in vReceiveRA()