Lines Matching refs:UINT32_MAX
349 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test7()
351 TEST_LPM_ASSERT(hop[1] == UINT32_MAX); in test7()
352 TEST_LPM_ASSERT(hop[2] == UINT32_MAX); in test7()
411 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8()
412 TEST_LPM_ASSERT(hop[0] == UINT32_MAX); in test8()
414 TEST_LPM_ASSERT(hop[2] == UINT32_MAX); in test8()
438 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test8()
443 TEST_LPM_ASSERT(hop[0] == UINT32_MAX); in test8()
444 TEST_LPM_ASSERT(hop[1] == UINT32_MAX); in test8()
446 TEST_LPM_ASSERT(hop[2] == UINT32_MAX); in test8()
447 TEST_LPM_ASSERT(hop[3] == UINT32_MAX); in test8()
922 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test12()
923 TEST_LPM_ASSERT(hop[0] == UINT32_MAX); in test12()
925 TEST_LPM_ASSERT(hop[2] == UINT32_MAX); in test12()
1048 rte_lpm_lookupx4(lpm, ipx4, hop, UINT32_MAX); in test14()
1050 TEST_LPM_ASSERT(hop[1] == UINT32_MAX); in test14()
1051 TEST_LPM_ASSERT(hop[2] == UINT32_MAX); in test14()
1052 TEST_LPM_ASSERT(hop[3] == UINT32_MAX); in test14()