Home
last modified time | relevance | path

Searched refs:registration_id (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c220 …uuid_unparse_lower(flow->registration_id, flow_uuid_str); …
471 uuid_t registration_id; member
1008 uuid_copy(find.registration_id, client_id); in necp_find_client_and_lock()
1035 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow()
1052 uuid_copy(find.registration_id, client_id); in necp_client_fd_find_client_unlocked()
1086 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp()
1554 flow_registration->registration_id)); in necp_defunct_flow_registration()
1869 flow_registration->registration_id), in necp_destroy_client_flow_registration()
3605 necp_generate_client_id(new_registration->registration_id, true); in necp_client_create_flow_registration()
3625 uuid_copy(client->latest_flow_registration_id, new_registration->registration_id); in necp_client_create_flow_registration()
[all …]
H A Dnecp.h973 uuid_t registration_id; member
1650 uuid_t registration_id; member
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py602 clients_string += "%36s " % GetUUIDSummary(f.registration_id)