Searched refs:ucDNSServerAddress (Results 1 – 8 of 8) sorted by relevance
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/Common/ |
HD | main.c | 87 static const uint8_t ucDNSServerAddress[ 4 ] = variable 113 ucDNSServerAddress, in main()
|
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/ |
HD | NetworkMiddleware.h | 46 uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; member
|
HD | NetworkMiddleware.c | 90 data.ucDNSServerAddress, in vPublicSetupFreeRTOSTasks()
|
HD | README.md | 63 vConvertOctetsToAddr(setupData.ucDNSServerAddress, 192, 168, 1, 1);
|
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
HD | FreeRTOS_IP_DiffConfig_utest.c | 116 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local 141 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle() 286 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC3, 0xB4, 0xAD, 0x15 }; in test_FreeRTOS_IPInit_HappyPath() local 313 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath() 319 …AL( FreeRTOS_inet_addr_quick( ucDNSServerAddress[ 0 ], ucDNSServerAddress[ 1 ], ucDNSServerAddress… in test_FreeRTOS_IPInit_HappyPath()
|
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/ |
HD | FreeRTOS_IP_utest.c | 115 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local 140 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle() 296 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC3, 0xB4, 0xAD, 0x15 }; in test_FreeRTOS_IPInit_HappyPath() local 333 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath() 339 …AL( FreeRTOS_inet_addr_quick( ucDNSServerAddress[ 0 ], ucDNSServerAddress[ 1 ], ucDNSServerAddress… in test_FreeRTOS_IPInit_HappyPath() 352 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC3, 0xB4, 0xAD, 0x15 }; in test_FreeRTOS_IPInit_QueueCreationFails() local 375 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_QueueCreationFails() 393 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC3, 0xB4, 0xAD, 0x15 }; in test_FreeRTOS_IPInit_BufferCreationFails() local 424 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_BufferCreationFails() 442 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC3, 0xB4, 0xAD, 0x15 }; in test_FreeRTOS_IPInit_TaskCreationFails() local [all …]
|
/FreeRTOS-Plus-TCP-v3.1.0/source/ |
HD | FreeRTOS_IP.c | 721 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_IPInit() 764 …s = FreeRTOS_inet_addr_quick( ucDNSServerAddress[ 0 ], ucDNSServerAddress[ 1 ], ucDNSServerAddress… in FreeRTOS_IPInit()
|
/FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
HD | FreeRTOS_IP.h | 296 const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ],
|