zephyr/subsys/net/lib/dns
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
CMakeLists.txt net: dns: dns-sd: support dns service discovery 2020-11-09 16:15:02 -08:00
dns_internal.h net: dns: Add locking to prevent concurrent access 2021-03-12 11:26:16 -05:00
dns_pack.c net: dns: Fix multiple IP DNS resolution 2021-06-07 23:54:55 -04:00
dns_pack.h net: dns: Fix multiple IP DNS resolution 2021-06-07 23:54:55 -04:00
dns_sd.c net: mdns + dns_sd: fix regression that breaks ptr queries 2021-10-11 08:50:45 -04:00
dns_sd.h net: dns_sd, mdns: support service type enumeration 2021-10-01 20:11:50 -04:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
llmnr_responder.c net: llmnr: Rejoin IPv4 multicast group when iface is brought up 2022-01-26 10:50:24 +01:00
mdns_responder.c net: mdns: Rejoin IPv4 multicast group when iface is brought up 2022-01-26 10:50:24 +01:00
resolve.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00