Lines Matching refs:ucIPAddress
112 const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local
140 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle()
293 const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC0, 0xB0, 0xAB, 0x12 }; in test_FreeRTOS_IPInit_HappyPath() local
333 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath()
336 …EST_ASSERT_EQUAL( FreeRTOS_inet_addr_quick( ucIPAddress[ 0 ], ucIPAddress[ 1 ], ucIPAddress[ 2 ], … in test_FreeRTOS_IPInit_HappyPath()
349 const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC0, 0xB0, 0xAB, 0x12 }; in test_FreeRTOS_IPInit_QueueCreationFails() local
375 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_QueueCreationFails()
390 const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC0, 0xB0, 0xAB, 0x12 }; in test_FreeRTOS_IPInit_BufferCreationFails() local
424 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_BufferCreationFails()
439 const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC0, 0xB0, 0xAB, 0x12 }; in test_FreeRTOS_IPInit_TaskCreationFails() local
480 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_TaskCreationFails()
483 …EST_ASSERT_EQUAL( FreeRTOS_inet_addr_quick( ucIPAddress[ 0 ], ucIPAddress[ 1 ], ucIPAddress[ 2 ], … in test_FreeRTOS_IPInit_TaskCreationFails()