Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_hints.c343 goto stop_read; in read_root_hints()
352 goto stop_read; in read_root_hints()
358 goto stop_read; in read_root_hints()
376 goto stop_read; in read_root_hints()
393 goto stop_read; in read_root_hints()
415 stop_read: in read_root_hints()
/freebsd/sbin/route/
H A Droute.c155 static volatile sig_atomic_t stop_read; variable
161 stop_read = 1; in stopit()
1624 stop_read = 0; in rtmsg_rtsock()
1628 } while (l > 0 && stop_read == 0 && in rtmsg_rtsock()
1631 if (stop_read != 0) { in rtmsg_rtsock()