mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-13 18:17:35 -07:00
add addressPort
This commit is contained in:
parent
40d5f9b5d2
commit
30cfe65b39
2 changed files with 31 additions and 0 deletions
|
@ -88,6 +88,7 @@ jobject createVirtualNetworkConfigOperation(JNIEnv *env, ZT_VirtualNetworkConfig
|
|||
|
||||
jobject newInetSocketAddress(JNIEnv *env, const sockaddr_storage &addr);
|
||||
jobject newInetAddress(JNIEnv *env, const sockaddr_storage &addr);
|
||||
int addressPort(const sockaddr_storage addr);
|
||||
|
||||
jobject newPeer(JNIEnv *env, const ZT_Peer &peer);
|
||||
jobject newPeerPhysicalPath(JNIEnv *env, const ZT_PeerPhysicalPath &ppp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue