Home
last modified time | relevance | path

Searched refs:ndpEmulation (Results 1 – 3 of 3) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DMembership.hpp185 if ((ip.isV6())&&(nconf.ndpEmulation())) { in _isV6NDPEmulated()
H A DNetworkConfig.hpp280 …inline bool ndpEmulation() const { return ((this->flags & ZT_NETWORKCONFIG_FLAG_ENABLE_IPV6_NDP_EM… in ndpEmulation() function in ZeroTier::NetworkConfig
H A DSwitch.cpp384 …if ((network->config().ndpEmulation())&&(reinterpret_cast<const uint8_t *>(data)[6] == 0x3a)&&(rei… in onLocalEthernet()