HomeSort by: relevance | last modified time | path
    Searched refs:NETIO_EVENT_READ (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
netio.h 17 * NETIO_EVENT_READ: reading will not block.
58 NETIO_EVENT_READ = 1,
netio.c 151 if ((handler->event_types & NETIO_EVENT_READ)) {
239 event_types |= NETIO_EVENT_READ;
248 if((handler->event_types&NETIO_EVENT_READ))
249 event_types |= NETIO_EVENT_READ;
ipc.c 114 if (!(event_types & NETIO_EVENT_READ)) {
300 handler->event_types = NETIO_EVENT_READ;
302 handler->event_types = NETIO_EVENT_READ;
306 if (!(event_types & NETIO_EVENT_READ)) {
362 if (!(event_types & NETIO_EVENT_READ)) {
server.c 330 * usually wait for the NETIO_EVENT_READ event (indicating an incoming
496 nsd->children[i].handler->event_types = NETIO_EVENT_READ;
1825 nsd->xfrd_listener->event_types = NETIO_EVENT_READ;
3082 reload_listener.event_types = NETIO_EVENT_READ;

Completed in 37 milliseconds