mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 11:30:57 +01:00
ipv6 works now as well, added fork, added syslog
This commit is contained in:
2
host.h
2
host.h
@@ -49,7 +49,7 @@ typedef struct _host_t host_t;
|
||||
unsigned get_v6_scope(const char *ip);
|
||||
int is_linklocal(struct in6_addr *a);
|
||||
host_t *get_host(char *ip, int port, struct sockaddr_in *v4, struct sockaddr_in6 *v6);
|
||||
char *is_v6(char *ip);
|
||||
int is_v6(char *ip);
|
||||
void host_dump(host_t *host);
|
||||
void host_clean(host_t *host);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user