ZeroTierOne/osdep
2019-08-21 09:27:45 -07:00
..
Arp.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Arp.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Binder.hpp Bunch more work on DNS, cleanup, removal of obsolete cruft. 2019-08-21 09:27:45 -07:00
BlockingQueue.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
BSDEthernetTap.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
BSDEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
CMakeLists.txt Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
EthernetTap.cpp cleanup 2019-08-07 21:47:06 -05:00
EthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05: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
Http.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Http.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
LinuxEthernetTap.cpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
LinuxEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
LinuxNetLink.cpp GitHub issue #1000 2019-08-14 10:47:58 -07:00
LinuxNetLink.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
MacEthernetTap.cpp Bunch more work on DNS, cleanup, removal of obsolete cruft. 2019-08-21 09:27:45 -07:00
MacEthernetTap.hpp Bunch more work on DNS, cleanup, removal of obsolete cruft. 2019-08-21 09:27:45 -07:00
MacEthernetTapAgent.c cleanup 2019-08-19 06:58:42 -07:00
MacEthernetTapAgent.h Updated licenses for 2019 2019-01-14 10:25:53 -08:00
MacKextEthernetTap.cpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
MacKextEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
ManagedRoute.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
ManagedRoute.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NeighborDiscovery.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NeighborDiscovery.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NetBSDEthernetTap.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NetBSDEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
OSUtils.cpp Add DNS TXT resolver (need one for Windows) 2019-08-16 16:49:30 -07:00
OSUtils.hpp cleanup 2019-08-19 20:35:16 -07:00
Phy.hpp Some new stuff, may not live forever... 2019-07-15 13:57:42 -05:00
PortMapper-libnatpmp.c Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
PortMapper-miniupnpc.c Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
PortMapper.cpp Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
PortMapper.hpp Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
WindowsEthernetTap.cpp Finally figured out how to update the network interface names on Windows so that they'll be visible in ipconfig, Get-NetAdapter etc. 2019-07-16 15:16:49 -07:00
WindowsEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05: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.