initial commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user