Home
last modified time | relevance | path

Searched refs:ucGatewayAddress (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/Common/
Dmain.c80 static const uint8_t ucGatewayAddress[ 4 ] = variable
112 ucGatewayAddress, in main()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkMiddleware.h45 uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; member
DNetworkMiddleware.c89 data.ucGatewayAddress, in vPublicSetupFreeRTOSTasks()
DREADME.md62 vConvertOctetsToAddr(setupData.ucGatewayAddress, 192, 168, 1, 1);
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOS_IP_DiffConfig_utest.c115 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local
141 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle()
285 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_HappyPath() local
313 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath()
318 …_EQUAL( FreeRTOS_inet_addr_quick( ucGatewayAddress[ 0 ], ucGatewayAddress[ 1 ], ucGatewayAddress[ … in test_FreeRTOS_IPInit_HappyPath()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c114 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local
140 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle()
295 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_HappyPath() local
333 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath()
338 …_EQUAL( FreeRTOS_inet_addr_quick( ucGatewayAddress[ 0 ], ucGatewayAddress[ 1 ], ucGatewayAddress[ … in test_FreeRTOS_IPInit_HappyPath()
351 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_QueueCreationFails() local
375 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_QueueCreationFails()
392 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_BufferCreationFails() local
424 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_BufferCreationFails()
441 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_TaskCreationFails() local
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP.c720 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_IPInit()
763 …dress = FreeRTOS_inet_addr_quick( ucGatewayAddress[ 0 ], ucGatewayAddress[ 1 ], ucGatewayAddress[ … in FreeRTOS_IPInit()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP.h295 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ],