EPOLLHUP 61 lib/tevent/tevent_epoll.c if (flags & TEVENT_FD_READ) ret |= (EPOLLIN | EPOLLERR | EPOLLHUP); EPOLLHUP 62 lib/tevent/tevent_epoll.c if (flags & TEVENT_FD_WRITE) ret |= (EPOLLOUT | EPOLLERR | EPOLLHUP); EPOLLHUP 281 lib/tevent/tevent_epoll.c if (events[i].events & (EPOLLHUP|EPOLLERR)) { EPOLLHUP 80 lib/tevent/tevent_standard.c if (flags & TEVENT_FD_READ) ret |= (EPOLLIN | EPOLLERR | EPOLLHUP); EPOLLHUP 81 lib/tevent/tevent_standard.c if (flags & TEVENT_FD_WRITE) ret |= (EPOLLOUT | EPOLLERR | EPOLLHUP); EPOLLHUP 292 lib/tevent/tevent_standard.c if (events[i].events & (EPOLLHUP|EPOLLERR)) {