Searched refs:ese (Results 1 – 2 of 2) sorted by relevance
38 * reset the ese based on resettype46 * updates ese with current state and notifies upper layer48 * @param input current ese state to set
147 for (uint8_t ese : config.offHostRouteEse) { in TEST_P() local148 EXPECT_GE(ese, MIN_OFFHOST_ROUTE_ID); in TEST_P()149 EXPECT_LE(ese, MAX_OFFHOST_ROUTE_ID); in TEST_P()