Home | History | Annotate | Download | only in pan

Lines Matching refs:uuid128

122         if (memcmp (constant_pan_uuid, remote_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART))
125 if (remote_uuid->uu.uuid128[0] || remote_uuid->uu.uuid128[1])
129 remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
156 if (memcmp (constant_pan_uuid, local_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART))
159 if (local_uuid->uu.uuid128[0] || local_uuid->uu.uuid128[1])
163 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);