Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c400 struct necp_client_flow_header flow_header; member
7546 length = sizeof(header.flow_header.flow_id); in necp_client_fillout_flow_tlvs()
7547 memcpy(&header.flow_header.flow_id_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7548 memcpy(&header.flow_header.flow_id_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7549 uuid_copy(header.flow_header.flow_id, flow_registration->registration_id); in necp_client_fillout_flow_tlvs()
7585 length = sizeof(header.flow_header.flags_value); in necp_client_fillout_flow_tlvs()
7586 memcpy(&header.flow_header.flags_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7587 memcpy(&header.flow_header.flags_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7598 memcpy(&header.flow_header.flags_value, &flags, sizeof(flags)); in necp_client_fillout_flow_tlvs()
7601 length = sizeof(header.flow_header.interface_value); in necp_client_fillout_flow_tlvs()
[all …]