Searched refs:cinfo_tmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/unbound/daemon/
H A Dworker.c1387 struct respip_client_info* cinfo = NULL, cinfo_tmp; local
1810 cinfo_tmp.taglist = acladdr->taglist;
1811 cinfo_tmp.taglen = acladdr->taglen;
1812 cinfo_tmp.tag_actions = acladdr->tag_actions;
1813 cinfo_tmp.tag_actions_size = acladdr->tag_actions_size;
1814 cinfo_tmp.tag_datas = acladdr->tag_datas;
1815 cinfo_tmp.tag_datas_size = acladdr->tag_datas_size;
1816 cinfo_tmp.view = acladdr->view;
1817 cinfo_tmp.respip_set = worker->daemon->respip_set;
1818 cinfo = &cinfo_tmp;
[all...]

Completed in 120 milliseconds