Searched refs:evbits (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/unbound/util/ |
| HD | netevent.c | 1509 short evbits; local 1536 evbits = EV_READ | EV_PERSIST; 1538 event_set(&c->ev->ev, c->fd, evbits, comm_point_udp_callback, c); 1559 short evbits; local 1586 evbits = EV_READ | EV_PERSIST; 1588 event_set(&c->ev->ev, c->fd, evbits, comm_point_udp_ancil_callback, c); 1609 short evbits; local 1651 evbits = EV_PERSIST | EV_READ | EV_TIMEOUT; 1652 event_set(&c->ev->ev, c->fd, evbits, comm_point_tcp_handle_callback, c); 1670 short evbits; local [all …]
|