Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dcontent_filter_crypto.c77 ptr = (u_int8_t *)&data->effective_uuid; in cfil_crypto_print_data()
H A Dcontent_filter.h146 uuid_t effective_uuid; member
H A Dcontent_filter.c3032 uuid_copy(data.effective_uuid, msg->cfs_e_uuid); in cfil_dispatch_attach_event_sign()
3076 memcpy(data.effective_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign()
3079 memcpy(data.effective_uuid, so->last_uuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign()
3131 memcpy(data.effective_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign()
3134 memcpy(data.effective_uuid, so->last_uuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign()
H A Dnecp_client.c336 uuid_t effective_uuid; member
2612 uuid_unparse_lower(parsed_parameters->effective_uuid, uuid_str); in necp_client_trace_parsed_parameters()
2995 if (length >= sizeof(parsed_parameters->effective_uuid)) { in necp_client_parse_parameters()
2996 memcpy(&parsed_parameters->effective_uuid, value, sizeof(parsed_parameters->effective_uuid)); in necp_client_parse_parameters()
7661 uuid_copy(parameters->euuid, parsed_parameters.effective_uuid); in necp_client_copy_parameters_locked()