]> git.meshlink.io Git - catta/blobdiff - avahi-core/socket.h
fix linking to pthreads library
[catta] / avahi-core / socket.h
index d79515665f743cac24997adaef3866a22455cab3..caf70666c33c7d8cac24f636abcb1bbf33cad55a 100644 (file)
 #include "dns.h"
 
 #define AVAHI_MDNS_PORT 5353
+#define AVAHI_DNS_PORT 53
 #define AVAHI_IPV4_MCAST_GROUP "224.0.0.251"
 #define AVAHI_IPV6_MCAST_GROUP "ff02::fb"
 
-int avahi_open_socket_ipv4(void);
-int avahi_open_socket_ipv6(void);
+int avahi_open_socket_ipv4(int no_reuse);
+int avahi_open_socket_ipv6(int no_reuse);
 
-int avahi_open_legacy_unicast_socket_ipv4(void);
-int avahi_open_legacy_unicast_socket_ipv6(void);
+int avahi_open_unicast_socket_ipv4(void);
+int avahi_open_unicast_socket_ipv6(void);
 
 int avahi_send_dns_packet_ipv4(int fd, int iface, AvahiDnsPacket *p, const AvahiIPv4Address *a, uint16_t port);
 int avahi_send_dns_packet_ipv6(int fd, int iface, AvahiDnsPacket *p, const AvahiIPv6Address *a, uint16_t port);