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

/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dssar.c63 uint128_t uuid, puuid; local
220 memcpy(&puuid, &uuid_base, sizeof(puuid));
221 puuid.b[2] = provider->profile->uuid >> 8;
222 puuid.b[3] = provider->profile->uuid;
224 if (memcmp(&uuid, &puuid, sizeof(uuid)) != 0 &&
H A Dssr.c61 uint128_t uuid, puuid; local
188 memcpy(&puuid, &uuid_base, sizeof(puuid));
189 puuid.b[2] = provider->profile->uuid >> 8;
190 puuid.b[3] = provider->profile->uuid;
192 if (memcmp(&uuid, &puuid, sizeof(uuid)) == 0 ||

Completed in 101 milliseconds