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

/gem5/src/dev/net/
H A Dethertap.hh55 class TapEvent;
85 friend class TapEvent;
86 TapEvent *event;
H A Dethertap.cc74 class TapEvent : public PollEvent class in inherits:PollEvent
80 TapEvent(EtherTapBase *_tap, int fd, int e) function in class:TapEvent
137 event = new TapEvent(this, 0, 0);
149 event = new TapEvent(this, fd, POLLIN|POLLERR);

Completed in 5 milliseconds