Searched refs:ulNetmask (Results 1 – 3 of 3) sorted by relevance
332 void FreeRTOS_SetNetmask( uint32_t ulNetmask );
3055 uint32_t ulNetmask; in test_FreeRTOS_GetNetmask() local3057 ulNetmask = FreeRTOS_GetNetmask(); in test_FreeRTOS_GetNetmask()3059 TEST_ASSERT_EQUAL( xNetworkAddressing.ulNetMask, ulNetmask ); in test_FreeRTOS_GetNetmask()3082 uint32_t ulNetmask = 0xAB12BC23; in test_FreeRTOS_SetNetmask() local3084 FreeRTOS_SetNetmask( ulNetmask ); in test_FreeRTOS_SetNetmask()3086 TEST_ASSERT_EQUAL( ulNetmask, xNetworkAddressing.ulNetMask ); in test_FreeRTOS_SetNetmask()
2115 void FreeRTOS_SetNetmask( uint32_t ulNetmask ) in FreeRTOS_SetNetmask() argument2117 xNetworkAddressing.ulNetMask = ulNetmask; in FreeRTOS_SetNetmask()