/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/ |
D | FreeRTOS_IP_DiffConfig1_utest.c | 131 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ]; in vSetIPTaskHandle() local 164 FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress ); in vSetIPTaskHandle() 189 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_HappyPath() local 230 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_HappyPath() 243 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_QueueCreationFails() local 271 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_QueueCreationFails() 283 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; in test_FreeRTOS_IPInit_BufferCreationFails() local 319 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in test_FreeRTOS_IPInit_BufferCreationFails() 331 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; 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/ |
D | FreeRTOS_IP_DiffConfig2_utest.c | 109 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ] = { 0xC1, 0xB2, 0xAC, 0x13 }; 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/ |
D | NetworkMiddleware.h | 44 uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ]; member
|
D | NetworkMiddleware.c | 88 data.ucNetMask, in vPublicSetupFreeRTOSTasks()
|
D | README.md | 73 vConvertOctetsToAddr(setupData.ucNetMask, 255, 255, 255, 0);
|
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/ |
D | main.c | 83 static const uint8_t ucNetMask[ 4 ] = variable 122 ucNetMask, in main()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_IPv6.c | 422 uint8_t ucNetMask = ( uint8_t ) ~( uxHostMask ); in xCompareIPv6_Address() local 424 … if( ( pxLeft->ucBytes[ uxLength ] & ucNetMask ) != ( pxRight->ucBytes[ uxLength ] & ucNetMask ) ) in xCompareIPv6_Address()
|
D | FreeRTOS_Routing.c | 93 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_FillEndPoint() 115 …_settings.ulNetMask = FreeRTOS_inet_addr_quick( ucNetMask[ 0 ], ucNetMask[ 1 ], ucNetMask[ 2 ], uc… in FreeRTOS_FillEndPoint()
|
D | FreeRTOS_ND.c | 1272 uint8_t ucNetMask = ( uint8_t ) ~( uxHostMask ); in FreeRTOS_CreateIPv6Address() local 1274 pxIPAddress->ucBytes[ uxIndex ] &= ucNetMask; in FreeRTOS_CreateIPv6Address()
|
D | FreeRTOS_IP.c | 922 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ], in FreeRTOS_IPInit() 933 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in FreeRTOS_IPInit()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_Routing.h | 289 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ],
|
D | FreeRTOS_IP.h | 327 const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ],
|