Searched refs:mesh_flags (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.c | 437 uint16_t mesh_flags = qflags&(BIT_RD|BIT_CD); in mesh_new_client() local 450 s = mesh_area_find(mesh, cinfo, qinfo, mesh_flags, 0, 0); in mesh_new_client() 478 mesh_flags, 0, 0); in mesh_new_client() 610 uint16_t mesh_flags = qflags&(BIT_RD|BIT_CD); in mesh_new_callback() local 612 s = mesh_area_find(mesh, NULL, qinfo, mesh_flags, 0, 0); in mesh_new_callback() 622 mesh_flags, 0, 0); in mesh_new_callback() 704 uint16_t mesh_flags = BIT_RD|(qflags&BIT_CD); in mesh_schedule_prefetch() local 706 mesh_flags, 0, 0); in mesh_schedule_prefetch() 726 s = mesh_state_create(mesh->env, qinfo, NULL, mesh_flags, 0, 0); in mesh_schedule_prefetch() 790 uint16_t mesh_flags = BIT_RD|(qflags&BIT_CD); in mesh_schedule_prefetch_subnet() local [all …]
|