Home
last modified time | relevance | path

Searched refs:xIsIPv6AllowedMulticast (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6.h98 BaseType_t xIsIPv6AllowedMulticast( const IPv6_Address_t * pxIPAddress );
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6.c313 BaseType_t xIsIPv6AllowedMulticast( const IPv6_Address_t * pxIPAddress ) in xIsIPv6AllowedMulticast() function
480 ( ( xIsIPv6AllowedMulticast( pxDestinationIPAddress ) != pdFALSE ) || in prvAllowIPPacketIPv6()
DFreeRTOS_ND.c156 if( xIsIPv6AllowedMulticast( pxAddressToLookup ) != pdFALSE ) in prvMACResolve()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6/
DFreeRTOS_IPv6_utest.c474 xReturn = xIsIPv6AllowedMulticast( &xMulticastZeroGroupID ); in test_xIsIPv6AllowedMulticast_ZeroScope()
491 xReturn = xIsIPv6AllowedMulticast( &xMulticastZeroFlag ); in test_xIsIPv6AllowedMulticast_ReservedAddress()
504 xReturn = xIsIPv6AllowedMulticast( &xMulticastZeroFlag ); in test_xIsIPv6AllowedMulticast_ValidAddress()