Home
last modified time | relevance | path

Searched refs:app_uuid (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dtracker.c115 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-8792.41.9/bsd/sys/
H A Dsocketvar.h989 extern int tracker_lookup(uuid_t app_uuid, struct sockaddr *, tracker_metadata_t *metadata);
/xnu-8792.41.9/bsd/net/
H A Dnecp.h1364 uuid_t app_uuid);
H A Dnecp.c11402 uuid_t app_uuid) in necp_get_app_uuid_from_packet() argument
11414 uuid_copy(app_uuid, entry->uuid); in necp_get_app_uuid_from_packet()
11420 uuid_clear(app_uuid); in necp_get_app_uuid_from_packet()