Searched refs:new_tag4 (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp289 uint64_t new_tag4; local
290 new_tag4 = valid_tag2 + (((uint64_t)max_tags + 1 ) << 32);
291 EXPECT_GE(doCtrlCommand("t %d %llu %u", sock0.fd, new_tag4 , fake_uid2), 0);
294 new_tag4 = valid_tag2 + (((uint64_t)max_tags + 2 ) << 32);
295 EXPECT_LT(doCtrlCommand("t %d %llu %u", sock0.fd, new_tag4 , fake_uid2), 0);

Completed in 450 milliseconds