Home
last modified time | relevance | path

Searched refs:pathLookupFunction (Results 1 – 5 of 5) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DNode.hpp180 …&ztaddr,int family,InetAddress &addr) { return ( (_cb.pathLookupFunction) ? (_cb.pathLookupFunctio… in externalPathLookup()
/dports/net/zerotier/ZeroTierOne-1.8.3/include/
H A DZeroTierOne.h1727 ZT_PathLookupFunction pathLookupFunction; member
/dports/net/zerotier/ZeroTierOne-1.8.3/java/jni/
H A Dcom_zerotierone_sdk_Node.cpp852 ref->callbacks->pathLookupFunction = &PathLookupFunction; in Java_com_zerotier_sdk_Node_node_1init()
/dports/net/nng/nng-1.5.2/src/sp/transport/zerotier/
H A Dzerotier.c1377 .pathLookupFunction = NULL,
/dports/net/zerotier/ZeroTierOne-1.8.3/service/
H A DOneService.cpp685 cb.pathLookupFunction = SnodePathLookupFunction; in run()