Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mdns_responder.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
14#ifndef ZEPHYR_INCLUDE_NET_MDNS_RESPONDER_H_
15#define ZEPHYR_INCLUDE_NET_MDNS_RESPONDER_H_
16
17#include <stddef.h>
18#include <zephyr/net/dns_sd.h>
19
32int mdns_responder_set_ext_records(const struct dns_sd_rec *records, size_t count);
33
34#endif /* ZEPHYR_INCLUDE_NET_MDNS_RESPONDER_H_ */
DNS Service Discovery.
int mdns_responder_set_ext_records(const struct dns_sd_rec *records, size_t count)
Register continuous memory of dns_sd_rec records.
DNS Service Discovery record.
Definition: dns_sd.h:217