Searched refs:ucNetMask (Results 1 – 8 of 8) sorted by relevance
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/Common/ |
HD | main.c | 73 static const uint8_t ucNetMask[ 4 ] = variable 111 ucNetMask, in main()
|
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/ |
HD | NetworkMiddleware.h | 44 uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ]; member
|
HD | NetworkMiddleware.c | 88 data.ucNetMask, in vPublicSetupFreeRTOSTasks()
|
HD | README.md | 61 vConvertOctetsToAddr(setupData.ucNetMask, 255, 255, 255, 0);
|
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
HD | FreeRTOS_IP_DiffConfig_utest.c | 114 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local 141 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle() 284 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_HappyPath() local 313 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath() 317 …TEST_ASSERT_EQUAL( FreeRTOS_inet_addr_quick( ucNetMask[ 0 ], ucNetMask[ 1 ], ucNetMask[ 2 ], ucNet… in test_FreeRTOS_IPInit_HappyPath()
|
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/ |
HD | FreeRTOS_IP_utest.c | 113 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local 140 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle() 294 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_HappyPath() local 333 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath() 337 …TEST_ASSERT_EQUAL( FreeRTOS_inet_addr_quick( ucNetMask[ 0 ], ucNetMask[ 1 ], ucNetMask[ 2 ], ucNet… in test_FreeRTOS_IPInit_HappyPath() 350 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_QueueCreationFails() local 375 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_QueueCreationFails() 391 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_BufferCreationFails() local 424 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_BufferCreationFails() 440 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_TaskCreationFails() local [all …]
|
/FreeRTOS-Plus-TCP-v3.1.0/source/ |
HD | FreeRTOS_IP.c | 719 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_IPInit() 762 …ddressing.ulNetMask = FreeRTOS_inet_addr_quick( ucNetMask[ 0 ], ucNetMask[ 1 ], ucNetMask[ 2 ], uc… in FreeRTOS_IPInit()
|
/FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
HD | FreeRTOS_IP.h | 294 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ],
|