Searched refs:mesh_flags (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 418 uint16_t mesh_flags = qflags&(BIT_RD|BIT_CD); in mesh_new_client() local 431 s = mesh_area_find(mesh, cinfo, qinfo, mesh_flags, 0, 0); in mesh_new_client() 459 mesh_flags, 0, 0); in mesh_new_client() 591 uint16_t mesh_flags = qflags&(BIT_RD|BIT_CD); in mesh_new_callback() local 593 s = mesh_area_find(mesh, NULL, qinfo, mesh_flags, 0, 0); in mesh_new_callback() 603 mesh_flags, 0, 0); in mesh_new_callback() 685 uint16_t mesh_flags = BIT_RD|(qflags&BIT_CD); in mesh_schedule_prefetch() local 687 mesh_flags, 0, 0); in mesh_schedule_prefetch() 707 s = mesh_state_create(mesh->env, qinfo, NULL, mesh_flags, 0, 0); in mesh_schedule_prefetch() 771 uint16_t mesh_flags = BIT_RD|(qflags&BIT_CD); in mesh_schedule_prefetch_subnet() local [all …]
|