Home
last modified time | relevance | path

Searched refs:pucID (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_DHCPv6.h112 …uint8_t pucID[ DHCPv6_MAX_CLIENT_SERVER_ID_LENGTH ]; /**< Universally Unique IDentifier (UUID) for… member
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DHCPv6.c346 …( memcmp( xDHCPMessage.xServerID.pucID, pxIterator->pxDHCPMessage->xServerID.pucID, pxIterator->px… in xDHCPv6Process_PassReplyToEndPoint()
1016 …vBitConfig_write_uc( &( xMessage ), pxDHCPMessage->xServerID.pucID, pxDHCPMessage->xServerID.uxLen… in prvSendDHCPMessage()
1258 if( ( size_t ) lIDSize <= sizeof( pxDHCPMessage->xClientID.pucID ) ) in prvDHCPv6_handleOption()
1265 …( void ) xBitConfig_read_uc( pxMessage, pxDHCPMessage->xClientID.pucID, ( size_t ) lIDSize ); /* L… in prvDHCPv6_handleOption()
1306 if( ( size_t ) lIDSize <= sizeof( pxDHCPMessage->xServerID.pucID ) ) in prvDHCPv6_handleOption()
1308 …( void ) xBitConfig_read_uc( pxMessage, pxDHCPMessage->xServerID.pucID, ( size_t ) lIDSize ); /* L… in prvDHCPv6_handleOption()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCPv6/
DFreeRTOS_DHCPv6_utest.c1716 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_DHCPLeaseTimeout()
1807 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_WaitReplyTimeout()
2318 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_xDHCPv6Process_PassReplyToEndPoint_MultipleEndpoints()
2367 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_xDHCPv6Process_PassReplyToEndPoint_DifferentServerDUIDType()
2410 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_xDHCPv6Process_PassReplyToEndPoint_DifferentServerLength()
2453 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_xDHCPv6Process_PassReplyToEndPoint_DifferentServerLength_HigherThanThreshold()
2497 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_xDHCPv6Process_PassReplyToEndPoint_DifferentServerDUID()
2551 …memcpy( xDHCPMessage.xServerID.pucID, ucTestDHCPv6OptionServerID, sizeof( ucTestDHCPv6OptionServer… in test_vDHCPv6Process_xDHCPv6Process_PassReplyToEndPoint_DifferentEndpoint()