Home | History | Annotate | Download | only in pan

Lines Matching refs:uuid128

121         if (memcmp (constant_pan_uuid, remote_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART))
124 if (remote_uuid->uu.uuid128[0] || remote_uuid->uu.uuid128[1])
128 remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
155 if (memcmp (constant_pan_uuid, local_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART))
158 if (local_uuid->uu.uuid128[0] || local_uuid->uu.uuid128[1])
162 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);