Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c2923 dns_dispentry_t *oldestresp; in dns_dispatch_addresponse() local
2931 oldestresp = oldestsocket->resp; in dns_dispatch_addresponse()
2932 if (oldestresp != NULL && !oldestresp->item_out) { in dns_dispatch_addresponse()
2933 rev = allocate_devent(oldestresp->disp); in dns_dispatch_addresponse()
2937 rev->id = oldestresp->id; in dns_dispatch_addresponse()
2940 oldestresp->action, in dns_dispatch_addresponse()
2941 oldestresp->arg, oldestresp, in dns_dispatch_addresponse()
2943 oldestresp->item_out = true; in dns_dispatch_addresponse()
2944 isc_task_send(oldestresp->task, in dns_dispatch_addresponse()