Searched refs:app_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tracker.c | 121 uuid_t app_uuid; \ 348 if (uuid_is_null(entry->app_uuid)) { in fill_hash_entry() 352 uuid_copy(entry->app_uuid, appuuid); in fill_hash_entry() 414 uint8_t *ptr = (uint8_t *)&entry->app_uuid; in tracker_entry_log() 444 …hash_element = TRACKER_HASH(&matchentry->app_uuid, &key0, &key1, &key2, &key3) & db->tracker_hashm… in tracker_search_and_insert() 450 if (uuid_compare(nextentry->app_uuid, matchentry->app_uuid) != 0) { in tracker_search_and_insert() 631 …buffer, buffer_size, SO_TRACKER_ATTRIBUTE_APP_UUID, (u_int8_t *)&entry->app_uuid, sizeof(uuid_t), … in tracker_add() 722 len += TRACKER_TLV_HDR_LEN + sizeof(entry->app_uuid); in tracker_entry_dump_size() 756 …ursor, SO_TRACKER_ATTRIBUTE_APP_UUID, (u_int32_t)sizeof(entry->app_uuid), &entry->app_uuid, buffer… in tracker_entry_dump() 818 uuid_t app_uuid; in tracker_dump() local [all …]
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | socketvar.h | 1016 extern int tracker_lookup(uuid_t app_uuid, struct sockaddr *, tracker_metadata_t *metadata);
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.h | 1503 uuid_t app_uuid);
|
| H A D | necp.c | 13530 uuid_t app_uuid) in necp_get_app_uuid_from_packet() argument 13542 uuid_copy(app_uuid, entry->uuid); in necp_get_app_uuid_from_packet() 13548 uuid_clear(app_uuid); in necp_get_app_uuid_from_packet()
|