Searched refs:message_type (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | network_agent.c | 371 ((struct netagent_message_header *)(void *)buffer)->message_type = message_type; 601 switch (header.message_type) { in netagent_ctl_send() 2453 u_int8_t message_type, in netagent_client_message_with_params() argument 2461 message_type != NETAGENT_MESSAGE_TYPE_CLIENT_ASSERT && in netagent_client_message_with_params() 2463 message_type != NETAGENT_MESSAGE_TYPE_CLIENT_ERROR && in netagent_client_message_with_params() 2465 message_type != NETAGENT_MESSAGE_TYPE_CLOSE_NEXUS && in netagent_client_message_with_params() 2466 message_type != NETAGENT_MESSAGE_TYPE_ABORT_NEXUS && in netagent_client_message_with_params() 2506 message_type == NETAGENT_MESSAGE_TYPE_CLOSE_NEXUS || in netagent_client_message_with_params() 2507 message_type == NETAGENT_MESSAGE_TYPE_ABORT_NEXUS) { in netagent_client_message_with_params() 2566 if (message_type == NETAGENT_MESSAGE_TYPE_ABORT_NEXUS) { in netagent_client_message_with_params() [all …]
|
| H A D | network_agent.h | 50 u_int8_t message_type; member 263 …essage(uuid_t agent_uuid, uuid_t necp_client_uuid, pid_t pid, void *handle, u_int8_t message_type); 269 u_int8_t message_type,
|
| H A D | necp_client.c | 1721 u_int8_t message_type = (abort ? NETAGENT_MESSAGE_TYPE_ABORT_NEXUS : in necp_destroy_client_flow_registration() local 1726 message_type = NETAGENT_MESSAGE_TYPE_CLIENT_UNASSERT; in necp_destroy_client_flow_registration() 1735 message_type, in necp_destroy_client_flow_registration() 1739 …OG_ERR, "necp_client_remove close nexus error (%d) MESSAGE TYPE %u", netagent_error, message_type); in necp_destroy_client_flow_registration() 1843 u_int8_t message_type = NETAGENT_MESSAGE_TYPE_ABORT_NEXUS; in necp_process_defunct_list() local 1847 message_type = NETAGENT_MESSAGE_TYPE_CLIENT_UNASSERT; in necp_process_defunct_list() 1855 message_type, in necp_process_defunct_list()
|
| /xnu-11215/tests/ |
| H A D | netagent_kctl_header_infodisc_56190773.c | 18 uint8_t message_type; member
|
| H A D | netagent_race_infodisc_56244905.c | 53 msg.header.message_type = NETAGENT_MESSAGE_TYPE_REGISTER; in register_sockopt_racer()
|
| /xnu-11215/bsd/netkey/ |
| H A D | key.c | 6464 key_get_ipsec_if_from_message(const struct sadb_msghdr *mhp, int message_type) in key_get_ipsec_if_from_message() argument 6469 ipsecifopts = (struct sadb_x_ipsecif *)(void *)mhp->ext[message_type].ext_buf; in key_get_ipsec_if_from_message() 6482 key_get_outgoing_ifindex_from_message(const struct sadb_msghdr *mhp, int message_type) in key_get_outgoing_ifindex_from_message() argument 6487 ipsecifopts = (struct sadb_x_ipsecif *)(void *)mhp->ext[message_type].ext_buf; in key_get_outgoing_ifindex_from_message()
|