Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c65 new->flags = EV_CONN_LISTEN; in evListen()
204 if ((this->flags & EV_CONN_LISTEN) == 0) { in evHold()
218 if ((this->flags & EV_CONN_LISTEN) == 0) { in evUnhold()
237 if ((conn->flags & EV_CONN_LISTEN) == 0) { in evTryAccept()
H A Deventlib_p.h81 #define EV_CONN_LISTEN 0x0001 /*%< Connection is a listener. */ macro