Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnetwork_agent.c148 struct netagent_registration { struct
149 LIST_ENTRY(netagent_registration) global_chain;
150 TAILQ_ENTRY(netagent_registration) session_chain;
173 TAILQ_HEAD(_netagent_registration_list, netagent_registration) registrations; argument
185 static LIST_HEAD(_netagent_list, netagent_registration) shared_netagent_list =
284 static struct netagent_registration *netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclu…
287 static struct netagent_registration *
291 static struct netagent_registration *
422 netagent_send_trigger(struct netagent_registration *registration, struct proc *p, u_int32_t flags, … in netagent_send_trigger()
460 netagent_send_client_message(struct netagent_registration *registration, uuid_t client_id, u_int8_t… in netagent_send_client_message()
[all …]