Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c1037 bool killit; in udp_recv() local
1090 killit = destroy_disp_ok(disp); in udp_recv()
1092 if (killit) { in udp_recv()
1337 bool killit; in tcp_recv() local
1404 killit = destroy_disp_ok(disp); in tcp_recv()
1406 if (killit) { in tcp_recv()
1931 bool killit; in dns_dispatchmgr_destroy() local
1941 killit = destroy_mgr_ok(mgr); in dns_dispatchmgr_destroy()
1944 mgr_log(mgr, LVL(90), "destroy: killit=%d", killit); in dns_dispatchmgr_destroy()
1946 if (killit) { in dns_dispatchmgr_destroy()
[all …]