Searched defs:ARPFileDes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp666 int ARPFileDes = open("/dev/tap", O_RDWR, 0); local
667 if (ARPFileDes < 0)
670 if (ioctl(ARPFileDes, I_PUSH, "arp") == -1)
677 if (ioctl(ARPFileDes, I_STR, &ioIF) == -1)
690 close(ARPFileDes);
698 int ARPMuxID = ioctl(IPFileDes, I_LINK, ARPFileDes);
702 close(ARPFileDes);

Completed in 45 milliseconds