Home
last modified time | relevance | path

Searched refs:outlist (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diterator.h432 struct outbound_list outlist; member
H A Diterator.c170 outbound_list_init(&iq->outlist); in iter_new()
883 outbound_list_init(&subiq->outlist); in generate_sub_request()
2893 outbound_list_clear(&iq->outlist); in processQueryTargets()
3114 outbound_list_insert(&iq->outlist, outq); in processQueryTargets()
3291 outbound_list_clear(&iq->outlist); in processQueryResponse()
3308 outbound_list_clear(&iq->outlist); in processQueryResponse()
3482 outbound_list_clear(&iq->outlist); in processQueryResponse()
3508 outbound_list_clear(&iq->outlist); in processQueryResponse()
3588 outbound_list_clear(&iq->outlist); in processQueryResponse()
4304 outbound_list_remove(&iq->outlist, outbound); in process_response()
[all …]
/freebsd/sys/dev/hptiop/
H A Dhptiop.h359 struct mvfrey_outlist_entry *outlist; member
H A Dhptiop.c785 _tag = hba->u.mvfrey.outlist[hba->u.mvfrey.outlist_rptr].val; in hptiop_intr_mvfrey()
2688 hba->u.mvfrey.outlist = (struct mvfrey_outlist_entry *)p; in hptiop_mvfrey_map_ctlcfg()
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch327 struct outbound_list outlist;
/freebsd/contrib/unbound/daemon/
H A Dremote.c2587 struct outbound_list* ol = &qstate->outlist; in get_mesh_status()