ESP-IDF
+
0
/2 examples
SourceVu will show references to
start_dns_server()
from the following samples and libraries:
sta2eth sample
captive_portal sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
start_dns_server()
start_dns_server() function
Set ups and starts a simple DNS server that will respond to all A queries (IPv4) based on configured rules, pairs of name and either IPv4 address or a netif ID (to respond by it's IPv4 add)
Syntax
Show:
Summary
Declaration
Definition
from
dns_server.h:67
dns_server_handle_t
start_dns_server
(
dns_server_config_t
*
config
)
;
Implemented in
dns_server.c:270
Arguments
Argument
Description
config
Configuration structure listing the pairs of (name, IP/netif-id)
Return value
dns_server's handle on success, NULL on failure
Examples
start_dns_server()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out