11 #ifndef __GMPH_PRIVATE_H__
12 #define __GMPH_PRIVATE_H__
46 #define GMPH_INSTANCE_MAGIC 0x48696E73
120 hintf_global_patnode);
274 hgroup_intf_patnode);
277 #define GMPH_INITIAL_REPORT_JITTER 0
278 #define GMPH_REPORT_REXMIT_JITTER 100
279 #define GMPH_QUERY_REPLY_JITTER 100
312 #define GMPH_CLIENT_MAGIC 0x48636A69
346 client_group_thread);
348 #define client_group_intf_id client_group_key.group_key_intf_id
349 #define client_group_addr client_group_key.group_key_addr
378 static inline boolean
401 static inline boolean
436 const u_int8_t *group);
438 boolean evaluate_group);
443 gmph_group *group,
const u_int8_t *group_addr,
474 const u_int8_t *group);
490 const u_int8_t *source_addr);
void gmph_start_query_timer(gmph_group *group, u_int32_t ivl, u_int jitter_pct)
void gmph_destroy_intf_groups(gmph_intf *intf)
boolean hgroup_is_deleted
static u_int gmph_client_group_key_len(gmph_instance *instance)
void gmph_unmark_pending_group_xmit(gmph_group *group, boolean force)
task_thread hinst_client_thread
void gmph_destroy_group_client_groups(gmph_group *group)
struct gmph_group_set_context_ gmph_group_set_context
boolean hintf_suppress_reports
gmpx_block_tag gmph_intf_tag
void gmph_start_change_rpt_timer(gmph_group *group, u_int32_t ivl, u_int jitter_pct)
#define EMBEDDED_STRUCT_TO_STRUCT(procname, outerstruct, innerstruct, field)
gmph_client_group * gmph_create_client_group(gmph_intf *intf, gmph_client *client, gmph_group *group, const u_int8_t *group_addr, gmp_filter_mode filter_mode, gmp_addr_thread *addr_thread)
void gmph_intf_evaluate_version(gmph_intf *intf)
gmpx_timer * hintf_leaves_querier
struct gmph_client_group_key_ gmph_client_group_key
gmpx_timer * hintf_soft_detach_timer
void gmph_group_query_timer_expiry(gmpx_timer *timer, void *context)
gmpx_patroot * gmph_global_intf_tree[]
gmph_client * gmph_create_client(gmph_instance *instance)
boolean hintf_xmit_pending
boolean gmph_unlock_group(gmph_group *group)
void gmph_lock_group(gmph_group *group)
gmph_instance * gmph_instance_create(gmp_proto proto, void *inst_context)
void gmph_destroy_instance_intfs(gmph_instance *instance)
boolean hgroup_last_reporter
u_int32_t hintf_unsol_rpt_ivl
void gmph_destroy_client_group(gmph_client_group *client_group, boolean evaluate_group)
boolean hgroup_gss_reply_due
gmp_filter_mode client_filter_mode
gmpx_block_tag gmph_group_rpt_entry_tag
gmpx_block_tag gmph_instance_tag
u_int hgroup_mode_change_rexmit_count
gmp_addr_string hintf_local_addr
#define GMPX_PATNODE_TO_STRUCT
#define THREAD_TO_STRUCT(function, structure, member)
void gmph_instance_destroy(gmph_instance *instance)
gmpx_patnode hintf_inst_patnode
gmph_client_group_key client_group_key
gmph_report_type hintf_last_report_type
gmph_group * gmph_group_lookup(gmph_intf *intf, const u_int8_t *group)
gmp_addr_string hgroup_addr
struct gmph_intf_ gmph_intf
gmpx_block_tag gmph_group_tag
u_int32_t hintf_pending_xmit_count
gmpx_timer * hinst_master_clock
void gmph_version_changed(gmph_instance *instance, gmph_intf *intf)
gmph_client_group * gmph_lookup_client_group(gmph_client *client, gmpx_intf_id intf_id, const u_int8_t *group)
void gmph_intf_decrement_pending_xmit_count(gmph_intf *)
struct gmph_instance_ gmph_instance
struct gmph_group_ gmph_group
gmp_addr_string group_key_addr
gmp_version hintf_cfg_ver
void * hintf_soft_detach_context
gmph_instance * hclient_instance
gmpx_timer * gmph_create_change_report_timer(gmph_group *group)
gmph_group * gmph_first_group_xmit(gmph_intf *intf)
gmph_group * gmph_next_group_xmit(gmph_group *group)
gmp_addr_list * ctx_add_list
task_thread gmph_global_instance_thread
task_thread hclient_thread
gmpx_timer * hgroup_query_timer
boolean gmph_group_xmit_pending(gmph_group *group)
gmpx_timer * hgroup_change_rpt_timer
gmp_addr_list hgroup_block_list
void gmph_start_general_query_timer(gmph_intf *intf, u_int32_t ivl, u_int jitter_pct)
void gmph_set_report_entry_rexmit(gmph_group *group, gmp_addr_list_entry *addr_entry)
gmp_addr_list_entry msg_addr_entry
boolean hgroup_change_msg_due
void gmph_mark_pending_group_xmit(gmph_group *group)
gmph_instance * hintf_instance
gmph_group * client_group_group
void gmph_delete_rpt_addr_entry(gmph_rpt_msg_addr_entry *report_entry)
gmpx_block_tag gmph_client_group_tag
gmp_filter_mode hgroup_filter_mode
boolean gmp_addr_list_empty(gmp_addr_list *list)
u_int32_t hintf_last_query_time
void(* gmph_soft_detach_callback)(gmp_proto proto, gmpx_intf_id intf_id, void *context)
gmph_group * gmph_group_create(gmph_intf *intf, const u_int8_t *group)
gmph_client * gmph_get_client(gmp_client_id client_id)
task_thread hintf_xmit_head
gmph_soft_detach_callback hintf_soft_detach_callback
void gmph_destroy_intf_client_groups(gmph_client *client, gmph_intf *intf)
struct gmph_client_group_ gmph_client_group
gmpx_patnode client_group_node
gmpx_block_tag gmph_client_tag
static boolean gmph_intf_shutting_down(gmph_intf *intf)
void gmph_attempt_group_free(gmph_group *group)
struct gmph_rpt_msg_addr_entry_ gmph_rpt_msg_addr_entry
gmpx_timer * hintf_gen_query_timer
task_thread client_group_thread
gmpx_timer * hintf_basic_querier
void gmph_register_packet_handler(void)
int gmph_detach_intf_internal(gmph_instance *instance, gmpx_intf_id intf_id, gmph_soft_detach_callback callback, void *context)
gmph_group * gmph_group_lookup_first(gmph_intf *intf)
gmph_group * gmph_group_lookup_create(gmph_intf *, const u_int8_t *group)
boolean gmph_group_source_requested(gmph_group *group, const u_int8_t *source_addr)
gmp_addr_list hgroup_src_addr_list
void gmph_destroy_client(gmph_client *client)
u_int8_t hintf_robustness
u_int8_t hgroup_lock_count
gmpx_patnode hgroup_intf_patnode
void gmph_group_change_report_timer_expiry(gmpx_timer *timer, void *context)
gmp_addr_list * ctx_del_list
struct gmph_client_ gmph_client
void gmph_enqueue_group_xmit(gmph_group *group)
gmpx_patroot * hintf_group_root
gmp_addr_list hgroup_query_list
int gmph_attach_intf_internal(gmph_instance *instance, gmpx_intf_id intf_id)
gmpx_patroot * hclient_group_root
int gmph_reevaluate_group(gmph_group *group)
void gmph_dequeue_group_xmit(gmph_group *group)
gmph_intf * gmph_intf_lookup(gmph_instance *instance, gmpx_intf_id intf_id)
gmp_addr_catalog hinst_addr_cat
static boolean gmph_group_is_active(gmph_group *group)
gmpx_intf_id group_key_intf_id
void gmph_intf_increment_pending_xmit_count(gmph_intf *)
gmp_addr_vect client_addr_vect
gmph_client * client_group_client
void gmph_destroy_instance_clients(gmph_instance *instance)
boolean hgroup_xmit_pending
gmp_addr_list hgroup_allow_list
gmph_instance * gmph_get_instance(gmp_instance_id instance_id)
gmph_intf * gmph_intf_lookup_global(gmp_proto proto, gmpx_intf_id intf_id)
void gmph_kick_xmit(gmph_intf *intf)
void gmph_attempt_intf_free(gmph_intf *intf)
void gmph_group_general_query_timer_expiry(gmph_group *group)
task_thread hgroup_client_thread
gmpx_block_tag gmph_client_group_thread_tag
gmpx_patnode hintf_global_patnode
gmpx_patroot * hinst_intfs
task_thread hgroup_xmit_thread