mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
committed by
Matt Johnston
parent
3d61b6eab6
commit
917722257d
1
netio.h
1
netio.h
@@ -14,6 +14,7 @@ enum dropbear_prio {
|
||||
void set_sock_nodelay(int sock);
|
||||
void set_sock_priority(int sock, enum dropbear_prio prio);
|
||||
|
||||
int get_sock_port(int sock);
|
||||
void get_socket_address(int fd, char **local_host, char **local_port,
|
||||
char **remote_host, char **remote_port, int host_lookup);
|
||||
void getaddrstring(struct sockaddr_storage* addr,
|
||||
|
||||
Reference in New Issue
Block a user