ZeroTierOne/osdep
2020-06-05 22:18:58 -07:00
..
Arp.cpp A bunch of cleanup, bug fix, just use unordered_map, etc. 2020-03-30 17:28:23 -07:00
Arp.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
BlockingQueue.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
BSDEthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
BSDEthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
CMakeLists.txt It almost builds! 2020-03-17 16:27:31 -07:00
EthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
EthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
freebsd_getifmaddrs.c cleanup 2016-12-27 11:57:05 +01:00
freebsd_getifmaddrs.h Updated licenses for 2019 2019-01-14 10:25:53 -08:00
LinuxEthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
LinuxEthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
LinuxNetLink.cpp Code cleanup, Linux build fixes. 2020-06-05 22:18:58 -07:00
LinuxNetLink.hpp Code cleanup, Linux build fixes. 2020-06-05 22:18:58 -07:00
MacEthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
MacEthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
MacEthernetTapAgent.c Reorg done and builds 2020-06-05 14:38:35 -07:00
MacEthernetTapAgent.h More 2.x notice updates. 2020-01-20 08:49:10 -08:00
MacKextEthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
MacKextEthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
NeighborDiscovery.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
NeighborDiscovery.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
NetBSDEthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
NetBSDEthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
OSUtils.cpp Reorg done and builds 2020-06-05 14:38:35 -07:00
OSUtils.hpp Reorg done and builds 2020-06-05 14:38:35 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
WindowsEthernetTap.cpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00
WindowsEthernetTap.hpp More reorg, work in progress. 2020-06-05 13:04:37 -07:00

OS-Dependent and OS-Interface Things

This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.