Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c2922 dispsocket_t *oldestsocket; in dns_dispatch_addresponse() local
2930 oldestsocket = ISC_LIST_HEAD(disp->activesockets); in dns_dispatch_addresponse()
2931 oldestresp = oldestsocket->resp; in dns_dispatch_addresponse()
2955 ISC_LIST_UNLINK(disp->activesockets, oldestsocket, link); in dns_dispatch_addresponse()
2956 ISC_LIST_APPEND(disp->activesockets, oldestsocket, link); in dns_dispatch_addresponse()