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

/gem5/util/tap/
H A Dtap.cc427 pollfd *client_pfd = listening ? NULL : &pfds[0]; local
442 if (client_pfd) {
447 client_pfd = &pfds[2];
448 client_pfd->fd = fd;
459 if (tap->read(data, len) && client_pfd) {
463 write(client_pfd->fd, &swaplen, sizeof(swaplen));
464 write(client_pfd->fd, data, len);
471 if (client_pfd && client_pfd->revents) {
472 if (client_pfd
[all...]

Completed in 5 milliseconds