zephyr/subsys/net/lib/dns
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
CMakeLists.txt
dns_internal.h
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 net: llmnr: Rejoin IPv4 multicast group when iface is brought up 2022-01-26 10:50:24 +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