Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c7616 struct necp_client_result_netagent agent_struct; in necp_client_fillout_flow_tlvs() local
7617 uuid_copy(agent_struct.netagent_uuid, flow->u.nexus_agent); in necp_client_fillout_flow_tlvs()
7618 agent_struct.generation = netagent_get_generation(agent_struct.netagent_uuid); in necp_client_fillout_flow_tlvs()
7620 memcpy(&header.agent_value, &agent_struct, sizeof(agent_struct)); in necp_client_fillout_flow_tlvs()