Searched refs:hasDeviceHash (Results 1 – 3 of 3) sorted by relevance
909 const NSTACKX_LocalDeviceInfo *localDeviceInfo, bool hasDeviceHash, uint64_t deviceHash) in DeviceInfoV2Init() argument916 v2->hasDeviceHash = hasDeviceHash; in DeviceInfoV2Init()921 bool hasDeviceHash, uint64_t deviceHash) in RegisterDeviceWithDeviceHash() argument929 DeviceInfoV2Init(&v2, localDeviceInfo, hasDeviceHash, deviceHash); in RegisterDeviceWithDeviceHash()946 …return RegisterDeviceWithType(&v2, hasDeviceHash ? REGISTER_TYPE_UPDATE_SPECIFIED : REGISTER_TYPE_… in RegisterDeviceWithDeviceHash()
449 if (devInfo->hasDeviceHash) { in CopyDeviceInfoV2()
177 bool hasDeviceHash; member