Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c429 uuid_t nexus_agent; member
570 uuid_t nexus_agent; member
1309 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_defunct_flow_registration()
1315 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1621 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_destroy_client_flow_registration()
1631 int netagent_error = netagent_client_message_with_params(search_flow->u.nexus_agent, in necp_destroy_client_flow_registration()
1643 uuid_clear(search_flow->u.nexus_agent); in necp_destroy_client_flow_registration()
1744 if (!uuid_is_null(flow_defunct->nexus_agent)) { in necp_process_defunct_list()
1751 int netagent_error = netagent_client_message_with_params(flow_defunct->nexus_agent, in necp_process_defunct_list()
1908 uuid_t nexus_agent, in necp_client_add_nexus_flow() argument
[all …]
H A Dnecp.h866 uuid_t nexus_agent; member