mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 00:53:21 -07:00
initial commit
This commit is contained in:
parent
a43c3fbf2e
commit
750352836f
165 changed files with 69374 additions and 5 deletions
11
netcon/NetconUtilities.hpp
Normal file
11
netcon/NetconUtilities.hpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
#ifndef _NETCON_UTILITIES_H
|
||||
#define _NETCON_UTILITIES_H
|
||||
|
||||
ip_addr_t convert_ip(struct sockaddr_in * addr);
|
||||
ip_addr_t ip_addr_sin(register struct sockaddr_in *sin);
|
||||
|
||||
ssize_t sock_fd_write(int sock, int fd);
|
||||
ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue