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

/gem5/src/dev/net/
H A Dethertap.cc406 int fd = open(p->tun_clone_device.c_str(), O_RDWR | O_NONBLOCK);
408 panic("Couldn't open %s.\n", p->tun_clone_device);
H A DEthernet.py117 tun_clone_device = Param.String('/dev/net/tun', variable in class:.EtherTap

Completed in 7 milliseconds