Searched refs:listen_pfd (Results 1 - 1 of 1) sorted by relevance

/gem5/util/tap/
H A Dtap.cc425 pollfd *listen_pfd = listening ? &pfds[0] : NULL; local
439 if (listen_pfd && listen_pfd->revents) {
440 if (listen_pfd->revents & POLLIN) {
441 int fd = Accept(listen_pfd->fd, false);
452 listen_pfd->revents = 0;
528 if (listen_pfd)
529 close(listen_pfd->fd);

Completed in 5 milliseconds