Home
last modified time | relevance | path

Searched defs:AvahiServerConfig (Results 1 – 1 of 1) sorted by relevance

/external/avahi/avahi-core/
Dcore.h44 typedef struct AvahiServerConfig { struct
45 … /**< Default host name. If left empty defaults to the result of gethostname(2) of the libc */
46 char *domain_name; /**< Default domain name. If left empty defaults to .local */
47 int use_ipv4; /**< Enable IPv4 support */
48 int use_ipv6; /**< Enable IPv6 support */
49 AvahiStringList *allow_interfaces;/**< Allow specific interface to be used for Avahi */
50 AvahiStringList *deny_interfaces; /**< Deny specific interfaces to be used for Avahi */
51 …o; /**< Register a HINFO record for the host containing the local OS and CPU type */
52 …t publish_addresses; /**< Register A, AAAA and PTR records for all local IP addresses */
53 int publish_workstation; /**< Register a _workstation._tcp service */
[all …]