Searched refs:mesh_info (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_mesh.c | 61 static const struct mesh_info { struct 66 } mesh_info[] = { variable 714 const struct mesh_info *t; in classify_mesh_type() 721 for (i = 1; (t = &mesh_info[i])->dimension != -1; i++) { in classify_mesh_type() 1683 const struct mesh_info *t = &mesh_info[s->node->type]; in osm_do_mesh_analysis()
|
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.c | 903 mesh_run(mesh, e->qstate->mesh_info, event, e); in mesh_report_reply() 1034 mstate->s.mesh_info = mstate; in mesh_state_create() 1128 mstate = qstate->mesh_info; in mesh_state_delete() 1176 struct mesh_state* cyc_m = qstate->mesh_info; in mesh_detect_cycle_found() 1195 lookup.s = qstate->mesh_info; in mesh_detach_subs() 1196 RBTREE_FOR(ref, struct mesh_state_ref*, &qstate->mesh_info->sub_set) { in mesh_detach_subs() 1211 rbtree_init(&qstate->mesh_info->sub_set, &mesh_state_ref_compare); in mesh_detach_subs() 1271 if(!mesh_state_attachment(qstate->mesh_info, sub)) in mesh_attach_sub()
|
| H A D | rpz.c | 1651 } else if(ms && ms->mesh_info && ms->mesh_info->reply_list) { in log_rpz_apply() 1652 addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr, in log_rpz_apply() 1653 ms->mesh_info->reply_list->query_reply.client_addrlen, in log_rpz_apply() 1655 …port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.client_addr)->sin_port); in log_rpz_apply()
|
| H A D | outside_network.c | 3536 qstate->mesh_info->reply_list 3537 ?&qstate->mesh_info->reply_list->query_reply
|
| /freebsd/contrib/unbound/util/ |
| H A D | module.h | 671 struct mesh_state* mesh_info; member
|
| /freebsd/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.c | 1051 else if(qstate->mesh_info->reply_list) { in subnetmod_operate() 1053 &qstate->mesh_info->reply_list->query_reply.client_addr, in subnetmod_operate() 1092 if(qstate->mesh_info->reply_list && in subnetmod_operate()
|
| /freebsd/contrib/unbound/cachedb/ |
| H A D | cachedb.c | 777 mesh_respond_serve_expired(qstate->mesh_info); in cachedb_intcache_store() 878 mesh_respond_serve_expired(qstate->mesh_info); in cachedb_handle_query()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 2451 + commreply = &qstate->mesh_info->reply_list->query_reply; 2566 + commreply = &qstate->mesh_info->reply_list->query_reply; 2642 + reply_list = qstate->mesh_info->reply_list; 2969 + qstate->mesh_info->reply_list && 2970 + qstate->mesh_info->reply_list->query_reply.rpz && 2989 + qstate->mesh_info->reply_list && 2990 + qstate->mesh_info->reply_list->query_reply.rpz) {
|
| /freebsd/contrib/unbound/validator/ |
| H A D | validator.c | 871 mesh_run(qstate->env->mesh, qstate->mesh_info, module_event_pass, in validate_suspend_timer_cb()
|