Lines Matching defs:active
199 * likely to be a kernel bug, and so the watcher goes back to the active state.
369 active : 1, /* currently active */
556 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active);
2205 if (sock->active == 1) {
2207 sock->active = 0;
2300 sock->active = 0;
2950 if (sock->active == 0) {
2952 sock->active = 1;
3731 if (NEWCONNSOCK(dev)->active == 0) {
3734 NEWCONNSOCK(dev)->active = 1;
5373 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) {
5410 if (active) {
5498 UNUSED(active);