Home
last modified time | relevance | path

Searched refs:stateObjectGet (Results 1 – 4 of 4) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DTopology.cpp36 int n = RR->node->stateObjectGet(tPtr,ZT_STATE_OBJECT_PLANET,idtmp,tmp,sizeof(tmp)); in Topology()
90 …int len = RR->node->stateObjectGet(tPtr,ZT_STATE_OBJECT_PEER,idbuf,buf.unsafeData(),ZT_PEER_MAX_SE… in getPeer()
285 int n = RR->node->stateObjectGet(tPtr,ZT_STATE_OBJECT_MOON,idtmp,tmp,sizeof(tmp)); in addMoon()
H A DNode.hpp175 …inline int stateObjectGet(void *const tPtr,ZT_StateObjectType type,const uint64_t id[2],void *cons… in stateObjectGet() function in ZeroTier::Node
H A DNode.cpp72 int n = stateObjectGet(tptr,ZT_STATE_OBJECT_IDENTITY_SECRET,idtmp,tmp,sizeof(tmp) - 1); in Node()
92 n = stateObjectGet(tptr,ZT_STATE_OBJECT_IDENTITY_PUBLIC,idtmp,tmp,sizeof(tmp) - 1); in Node()
H A DNetwork.cpp568 …int n = RR->node->stateObjectGet(tPtr,ZT_STATE_OBJECT_NETWORK_CONFIG,tmp,dict->unsafeData(),ZT_NET… in Network()