Home
last modified time | relevance | path

Searched refs:ZT_PACKET_IDX_DEST (Results 1 – 2 of 2) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DPacket.hpp225 #define ZT_PACKET_IDX_DEST 8 macro
1180 …inline void setDestination(const Address &dest) { dest.copyTo(field(ZT_PACKET_IDX_DEST,ZT_ADDRESS_… in setDestination()
1194 …inline Address destination() const { return Address(field(ZT_PACKET_IDX_DEST,ZT_ADDRESS_LENGTH),ZT… in destination()
H A DPacket.cpp891 enc.aad(data + ZT_PACKET_IDX_DEST,11); in armor()
962 dec.aad(data + ZT_PACKET_IDX_DEST,11); in dearmor()