Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp_client.c7605 struct necp_client_result_netagent agent_struct; in necp_client_fillout_flow_tlvs() local
7606 uuid_copy(agent_struct.netagent_uuid, flow->u.nexus_agent); in necp_client_fillout_flow_tlvs()
7607 agent_struct.generation = netagent_get_generation(agent_struct.netagent_uuid); in necp_client_fillout_flow_tlvs()
7609 memcpy(&header.agent_value, &agent_struct, sizeof(agent_struct)); in necp_client_fillout_flow_tlvs()