Searched refs:ucGatewayAddress (Results 1 – 10 of 10) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/ |
HD | FreeRTOS_IP_DiffConfig1_utest.c | 132 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/ |
HD | FreeRTOS_IP_DiffConfig2_utest.c | 110 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/ |
HD | NetworkMiddleware.h | 45 uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; member
|
HD | NetworkMiddleware.c | 89 data.ucGatewayAddress, in vPublicSetupFreeRTOSTasks()
|
HD | README.md | 74 vConvertOctetsToAddr(setupData.ucGatewayAddress, 192, 168, 1, 1);
|
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/ |
HD | main.c | 90 static const uint8_t ucGatewayAddress[ 4 ] = variable 123 ucGatewayAddress, in main()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
HD | FreeRTOS_Routing.c | 94 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()
|
HD | FreeRTOS_IP.c | 923 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/ |
HD | FreeRTOS_Routing.h | 290 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ],
|
HD | FreeRTOS_IP.h | 328 const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ],
|