Zephyr API Documentation
3.7.0
A Scalable Open Source RTOS
3.7.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Modules
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
32
int
mdns_responder_set_ext_records
(
const
struct
dns_sd_rec
*records,
size_t
count);
33
34
#endif
/* ZEPHYR_INCLUDE_NET_MDNS_RESPONDER_H_ */
dns_sd.h
DNS Service Discovery.
mdns_responder_set_ext_records
int mdns_responder_set_ext_records(const struct dns_sd_rec *records, size_t count)
Register continuous memory of dns_sd_rec records.
dns_sd_rec
DNS Service Discovery record.
Definition:
dns_sd.h:217
zephyr
net
mdns_responder.h
Generated on Fri Jul 26 2024 14:01:58 for Zephyr API Documentation by
1.9.6