net: dns: dns-sd: support dns service discovery

This change adds support for DNS Service Discovery (DNS-SD)
as described in RFC 6763.

Fixes #29099

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
This commit is contained in:
Christopher Friedt 2020-10-29 14:56:30 -04:00 committed by Andrew Boie
commit e7e58439e7
8 changed files with 1436 additions and 2 deletions

View file

@ -134,6 +134,10 @@
} GROUP_LINK_IN(ROMABLE_REGION)
#endif /* CONFIG_EMUL */
#if defined(CONFIG_DNS_SD)
Z_ITERABLE_SECTION_ROM(dns_sd_rec, 4)
#endif
SECTION_DATA_PROLOGUE(log_const_sections,,)
{
__log_const_start = .;