Searched refs:app_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | tracker.c | 115 uuid_t app_uuid; \ 315 if (uuid_is_null(entry->app_uuid)) { in fill_hash_entry() 319 uuid_copy(entry->app_uuid, appuuid); in fill_hash_entry() 381 uint8_t *ptr = (uint8_t *)&entry->app_uuid; in tracker_entry_log() 411 …hash_element = TRACKER_HASH(&matchentry->app_uuid, &key0, &key1, &key2, &key3) & db->tracker_hashm… in tracker_search_and_insert() 417 if (uuid_compare(nextentry->app_uuid, matchentry->app_uuid) != 0) { in tracker_search_and_insert() 597 …buffer, buffer_size, SO_TRACKER_ATTRIBUTE_APP_UUID, (u_int8_t *)&entry->app_uuid, sizeof(uuid_t), … in tracker_add() 687 len += TRACKER_TLV_HDR_LEN + sizeof(entry->app_uuid); in tracker_entry_dump_size() 721 …ursor, SO_TRACKER_ATTRIBUTE_APP_UUID, (u_int32_t)sizeof(entry->app_uuid), &entry->app_uuid, buffer… in tracker_entry_dump() 783 uuid_t app_uuid; in tracker_dump() local [all …]
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | socketvar.h | 962 extern int tracker_lookup(uuid_t app_uuid, struct sockaddr *, tracker_metadata_t *metadata);
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.h | 1260 uuid_t app_uuid);
|
| H A D | necp.c | 11033 uuid_t app_uuid) in necp_get_app_uuid_from_packet() argument 11045 uuid_copy(app_uuid, entry->uuid); in necp_get_app_uuid_from_packet() 11051 uuid_clear(app_uuid); in necp_get_app_uuid_from_packet()
|