Home
last modified time | relevance | path

Searched refs:rand1 (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DClatdControllerTest.cpp139 uint16_t rand1 = rand & 0xffff; in TEST_F() local
141 std::string v6PrefixStr = StringPrintf("2001:db8:%x:%x", rand1, rand2); in TEST_F()
142 std::string v6InterfaceAddrStr = StringPrintf("%s::%x:%x", v6PrefixStr.c_str(), rand2, rand1); in TEST_F()
143 std::string nat64PrefixStr = StringPrintf("2001:db8:%x:%x::", rand2, rand1); in TEST_F()
/system/bt/stack/btm/
Dbtm_ble.cc2275 static void btm_ble_reset_id_impl(const Octet16& rand1, const Octet16& rand2) { in btm_ble_reset_id_impl() argument
2277 btm_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl()
2304 Octet16 rand1; member
2317 memcpy(tmp.rand1.data(), rand, BT_OCTET8_LEN); in btm_ble_reset_id()
2320 memcpy(tmp.rand1.data() + 8, rand, BT_OCTET8_LEN); in btm_ble_reset_id()
2328 btm_ble_reset_id_impl(tmp.rand1, tmp.rand2); in btm_ble_reset_id()