Home
last modified time | relevance | path

Searched refs:avahi_record_new_full (Results 1 – 8 of 8) sorted by relevance

/external/avahi/avahi-core/
Ddns-test.c76 …r = avahi_record_new_full("foobar.local", AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_HINFO, AVAHI_DEFAULT_… in main()
99 r = avahi_record_new_full("foobar", 77, 77, AVAHI_DEFAULT_TTL); in main()
Dentry.c400 if (!(r = avahi_record_new_full(name, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_PTR, ttl))) { in server_add_ptr_internal()
475 …if (!(r = avahi_record_new_full(name, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_A, AVAHI_DEFAULT_TTL_HOST… in avahi_server_add_address()
485 …if (!(r = avahi_record_new_full(name, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_AAAA, AVAHI_DEFAULT_TTL_H… in avahi_server_add_address()
540 …if (!(r = avahi_record_new_full(name ? name : s->host_name_fqdn, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYP… in server_add_txt_strlst_nocopy()
633 …if (!(r = avahi_record_new_full(svc_name, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_SRV, AVAHI_DEFAULT_TT… in server_add_service_strlst_nocopy()
933 …if (!(r = avahi_record_new_full(t, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_SRV, AVAHI_DEFAULT_TTL_HOST_… in server_add_dns_server_name()
983 … r = avahi_record_new_full(n, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_A, AVAHI_DEFAULT_TTL_HOST_NAME); in avahi_server_add_dns_server_address()
988 …r = avahi_record_new_full(n, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_AAAA, AVAHI_DEFAULT_TTL_HOST_NAME); in avahi_server_add_dns_server_address()
Drr.h131 AvahiRecord *avahi_record_new_full(const char *name, uint16_t clazz, uint16_t type, uint32_t ttl);
Davahi-test.c189 …r = avahi_record_new_full("cname.local", AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_CNAME, AVAHI_DEFAULT_T… in create_entries()
Drr.c116 AvahiRecord *avahi_record_new_full(const char *name, uint16_t class, uint16_t type, uint32_t ttl) { in avahi_record_new_full() function
Ddns.c642 if (!(r = avahi_record_new_full(name, class, type, ttl))) in avahi_dns_packet_consume_record()
Dserver.c1151 …if ((r = avahi_record_new_full(s->host_name_fqdn, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_HINFO, AVAHI_… in register_hinfo()
/external/avahi/avahi-daemon/
Ddbus-entry-group.c340 if (!(r = avahi_record_new_full (name, clazz, type, ttl))) in avahi_dbus_msg_entry_group_impl()