Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/
HDFreeRTOS_IP_DiffConfig1_utest.c132 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local
164 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle()
190 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_HappyPath() local
230 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath()
244 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_QueueCreationFails() local
271 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_QueueCreationFails()
284 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_BufferCreationFails() local
319 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_BufferCreationFails()
332 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_TaskCreationFails() local
374 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_TaskCreationFails()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig2/
HDFreeRTOS_IP_DiffConfig2_utest.c110 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC2, 0xB3, 0xAC, 0x14 }; in test_FreeRTOS_IPInit_HappyPathDHCP() local
137 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPathDHCP()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ThirdParty/MSP432/
HDNetworkMiddleware.h45 uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; member
HDNetworkMiddleware.c89 data.ucGatewayAddress, in vPublicSetupFreeRTOSTasks()
HDREADME.md74 vConvertOctetsToAddr(setupData.ucGatewayAddress, 192, 168, 1, 1);
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/
HDmain.c90 static const uint8_t ucGatewayAddress[ 4 ] = variable
123 ucGatewayAddress, in main()
/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_Routing.c94 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_FillEndPoint()
116 …dress = FreeRTOS_inet_addr_quick( ucGatewayAddress[ 0 ], ucGatewayAddress[ 1 ], ucGatewayAddress[ … in FreeRTOS_FillEndPoint()
HDFreeRTOS_IP.c923 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_IPInit()
933 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… in FreeRTOS_IPInit()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_Routing.h290 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ],
HDFreeRTOS_IP.h328 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ],