Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter_crypto.c77 ptr = (u_int8_t *)&data->effective_uuid; in cfil_crypto_print_data()
H A Dcontent_filter.h133 uuid_t effective_uuid; member
H A Dcontent_filter.c2988 uuid_copy(data.effective_uuid, msg->cfs_e_uuid); in cfil_dispatch_attach_event_sign()
3067 memcpy(data.effective_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign()
3070 memcpy(data.effective_uuid, so->last_uuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign()
3128 memcpy(data.effective_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign()
3131 memcpy(data.effective_uuid, so->last_uuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign()
H A Dnecp_client.c346 uuid_t effective_uuid; member
2630 uuid_unparse_lower(parsed_parameters->effective_uuid, uuid_str); in necp_client_trace_parsed_parameters()
3028 if (length >= sizeof(parsed_parameters->effective_uuid)) { in necp_client_parse_parameters()
3029 memcpy(&parsed_parameters->effective_uuid, value, sizeof(parsed_parameters->effective_uuid)); in necp_client_parse_parameters()
7982 uuid_copy(parameters->euuid, parsed_parameters.effective_uuid); in necp_client_copy_parameters_locked()